#CF2F2F

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

Shades of Persian Red #CF2F2F

Tints of Persian Red #CF2F2F

Color information

#CF2F2F (or 0xCF2F2F) is unknown color: approx Persian Red. HEX triplet: CF, 2F and 2F. RGB value is (207,47,47). Sum of RGB (Red+Green+Blue) = 207+47+47=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2F2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2F2F is #30D0D0. Grayscale: #5E5E5E. Windows color (decimal): -3199185 or 3092431. OLE color: 3092431.

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

Color convert

RGB2074747-
CMYK00.770.770.19
HSL62.99%49.8%-
HSV(B)77.29%81.18%-
XYZ27.2615.54.24-
YUV94.84101.01208-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 68.77%
GREEN value IS 47 (18.75% from 255) = 15.61%
BLUE value IS 47 (18.75% from 255) = 15.61%
R=68.77%
G=15.61%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207474700.770.770.19062.9949.8
HexCF2F2F04D4D1303f32
Octal317575701151152307762
Binary11001111101111101111010011011001101100110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF2F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF2F2F; }

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

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

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

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

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

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

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

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