#CF2D2C

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

Shades of Persian Red #CF2D2C

Tints of Persian Red #CF2D2C

Color information

#CF2D2C (or 0xCF2D2C) is unknown color: approx Persian Red. HEX triplet: CF, 2D and 2C. RGB value is (207,45,44). Sum of RGB (Red+Green+Blue) = 207+45+44=296 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.93% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2D2C is #30D2D3. Grayscale: #5D5D5D. Windows color (decimal): -3199700 or 2895311. OLE color: 2895311.

HSL color Cylindrical-coordinate representation of color #CF2D2C: hue angle of 0.37º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2D2C is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB2074544-
CMYK00.780.790.19
HSL0.37º64.94%49.22%-
HSV(B)0.37º78.74%81.18%-
XYZ27.1315.323.91-
YUV93.32100.17209.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 69.93%
GREEN value IS 45 (17.97% from 255) = 15.20%
BLUE value IS 44 (17.58% from 255) = 14.86%
R=69.93%
G=15.20%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207454400.780.790.190.3764.9449.22
HexCF2D2C04E4F1304131
Octal3175554011611723010161
Binary110011111011011011000100111010011111001101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2D2C; }

 p { color: rgb(207,45,44); }

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

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

 a { background-color: rgb(207,45,44); }

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

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

 span { border-color: rgb(207,45,44); }

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