#cf0032

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

Shades of Crimson #CF0032

Tints of Crimson #CF0032

Color information

#CF0032 (or 0xCF0032) is unknown color: approx Crimson. HEX triplet: CF, 00 and 32. RGB value is (207,0,50). Sum of RGB (Red+Green+Blue) = 207+0+50=257 (34% of max value = 765). Red value is 207 (81.25% from 255 or 80.54% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0032 is #30FFCD. Grayscale: #434343. Windows color (decimal): -3211214 or 3277007. OLE color: 3277007.

HSL color Cylindrical-coordinate representation of color #CF0032: hue angle of 345.51º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0032 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB207050-
CMYK010.760.19
HSL345.51º100%40.59%-
HSV(B)345.51º100%81.18%-
XYZ26.3113.54.24-
YUV67.59118.08227.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 80.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 19.46%
R=80.54%
G=0%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207050010.760.19345.5110040.59
HexCF0320644C1315a6429
Octal31706201441142353214451
Binary110011110110010011001001001100100111010110101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf0032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf0032; }

 p { color: rgb(207,0,50); }

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

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

 a { background-color: rgb(207,0,50); }

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

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

 span { border-color: rgb(207,0,50); }

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