#CF3932

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

Shades of Persian Red #CF3932

Tints of Persian Red #CF3932

Color information

#CF3932 (or 0xCF3932) is unknown color: approx Persian Red. HEX triplet: CF, 39 and 32. RGB value is (207,57,50). Sum of RGB (Red+Green+Blue) = 207+57+50=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3932 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3932 is #30C6CD. Grayscale: #656565. Windows color (decimal): -3196622 or 3291599. OLE color: 3291599.

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

Color convert

RGB2075750-
CMYK00.720.760.19
HSL2.68º62.06%50.39%-
HSV(B)2.68º75.85%81.18%-
XYZ27.7716.424.72-
YUV101.0599.2203.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.92%
GREEN value IS 57 (22.66% from 255) = 18.15%
BLUE value IS 50 (19.92% from 255) = 15.92%
R=65.92%
G=18.15%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207575000.720.760.192.6862.0650.39
HexCF39320484C1333e32
Octal317716201101142337662
Binary110011111110011100100100100010011001001111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3932; }

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

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

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

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

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

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

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

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