#CF3432

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

Shades of Persian Red #CF3432

Tints of Persian Red #CF3432

Color information

#CF3432 (or 0xCF3432) is unknown color: approx Persian Red. HEX triplet: CF, 34 and 32. RGB value is (207,52,50). Sum of RGB (Red+Green+Blue) = 207+52+50=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3432 is #30CBCD. Grayscale: #626262. Windows color (decimal): -3197902 or 3290319. OLE color: 3290319.

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

Color convert

RGB2075250-
CMYK00.750.760.19
HSL0.76º62.06%50.39%-
HSV(B)0.76º75.85%81.18%-
XYZ27.5415.954.65-
YUV98.12100.85205.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 66.99%
GREEN value IS 52 (20.70% from 255) = 16.83%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=66.99%
G=16.83%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207525000.750.760.190.7662.0650.39
HexCF343204B4C1313e32
Octal317646201131142317662
Binary11001111110100110010010010111001100100111111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3432; }

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

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

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

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

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

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

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

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