#CF2220

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

Shades of Persian Red #CF2220

Tints of Persian Red #CF2220

Color information

#CF2220 (or 0xCF2220) is unknown color: approx Persian Red. HEX triplet: CF, 22 and 20. RGB value is (207,34,32). Sum of RGB (Red+Green+Blue) = 207+34+32=273 (36% of max value = 765). Red value is 207 (81.25% from 255 or 75.82% from 273); Green value is 34 (13.67% from 255 or 12.45% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2220 is #30DDDF. Grayscale: #555555. Windows color (decimal): -3202528 or 2106063. OLE color: 2106063.

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

Color convert

RGB2073432-
CMYK00.840.850.19
HSL0.69º73.22%46.86%-
HSV(B)0.69º84.54%81.18%-
XYZ26.5614.512.77-
YUV85.597.81214.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 75.82%
GREEN value IS 34 (13.67% from 255) = 12.45%
BLUE value IS 32 (12.89% from 255) = 11.72%
R=75.82%
G=12.45%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207343200.840.850.190.6973.2246.86
HexCF222005455131492f
Octal3174240012412523111157
Binary110011111000101000000101010010101011001111001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2220; }

 p { color: rgb(207,34,32); }

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

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

 a { background-color: rgb(207,34,32); }

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

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

 span { border-color: rgb(207,34,32); }

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