#cf372f

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

Shades of Persian Red #CF372F

Tints of Persian Red #CF372F

Color information

#CF372F (or 0xCF372F) is unknown color: approx Persian Red. HEX triplet: CF, 37 and 2F. RGB value is (207,55,47). Sum of RGB (Red+Green+Blue) = 207+55+47=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF372F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF372F is #30C8D0. Grayscale: #636363. Windows color (decimal): -3197137 or 3094479. OLE color: 3094479.

HSL color Cylindrical-coordinate representation of color #CF372F: hue angle of 3º 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 #CF372F is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.19.

Color convert

RGB2075547-
CMYK00.730.770.19
HSL62.99%49.8%-
HSV(B)77.29%81.18%-
XYZ27.6116.24.36-
YUV99.5498.36204.65-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 66.99%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 47 (18.75% from 255) = 15.21%
R=66.99%
G=17.80%
B=15.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207554700.730.770.19362.9949.8
HexCF372F0494D1333f32
Octal317675701111152337762
Binary110011111101111011110100100110011011001111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf372f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf372f; }

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

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

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

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

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

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

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

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