#CF264C

Color #CF264C Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #CF264C

Tints of Brick Red #CF264C

Color information

#CF264C (or 0xCF264C) is unknown color: approx Brick Red. HEX triplet: CF, 26 and 4C. RGB value is (207,38,76). Sum of RGB (Red+Green+Blue) = 207+38+76=321 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.49% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 207 - color contains mainly: red. Hex color #CF264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF264C is #30D9B3. Grayscale: #5C5C5C. Windows color (decimal): -3201460 or 4990671. OLE color: 4990671.

HSL color Cylindrical-coordinate representation of color #CF264C: hue angle of 346.51º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF264C is Cyan = 0, Magento = 0.82, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB2073876-
CMYK00.820.630.19
HSL346.51º68.98%48.04%-
HSV(B)346.51º81.64%81.18%-
XYZ27.7315.178.3-
YUV92.86118.49209.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 64.49%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 76 (30.08% from 255) = 23.68%
R=64.49%
G=11.84%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207387600.820.630.19346.5168.9848.04
HexCF264C0523F1315b4530
Octal317461140122772353310560
Binary11001111100110100110001010010111111100111010110111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF264C; }

 p { color: rgb(207,38,76); }

 H1.HeaderClassName
 {
   color: #CF264C;
 }
 .AnyTagClassName
 {
   color: #CF264C;
 }
</style>
background-color css

<style>
 a { background-color: #CF264C; }

 a { background-color: rgb(207,38,76); }

 div.DivClassName
 {
   background-color: #CF264C;
 }
 .BgClassName
 {
   background-color: #CF264C;
 }
</style>
border-color css

<style>
 span { border-color: #CF264C; }

 span { border-color: rgb(207,38,76); }

 td.TdClassName
 {
   border-color: #CF264C;
 }
 .TagClassName
 {
   border-color: #CF264C;
 }
</style>