#CF2F40

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

Shades of Brick Red #CF2F40

Tints of Brick Red #CF2F40

Color information

#CF2F40 (or 0xCF2F40) is unknown color: approx Brick Red. HEX triplet: CF, 2F and 40. RGB value is (207,47,64). Sum of RGB (Red+Green+Blue) = 207+47+64=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F40 is #30D0BF. Grayscale: #606060. Windows color (decimal): -3199168 or 4206543. OLE color: 4206543.

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

Color convert

RGB2074764-
CMYK00.770.690.19
HSL353.62º62.99%49.8%-
HSV(B)353.62º77.29%81.18%-
XYZ27.6715.676.42-
YUV96.78109.51206.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.09%
GREEN value IS 47 (18.75% from 255) = 14.78%
BLUE value IS 64 (25.39% from 255) = 20.13%
R=65.09%
G=14.78%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207476400.770.690.19353.6262.9949.8
HexCF2F4004D45131623f32
Octal317571000115105235427762
Binary11001111101111100000001001101100010110011101100010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2F40; }

 p { color: rgb(207,47,64); }

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

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

 a { background-color: rgb(207,47,64); }

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

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

 span { border-color: rgb(207,47,64); }

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