Html Css Color HEX #CF2120 Persian Red

📋 copy color: '#CF2120'

red 207 ◦ green 33 ◦ blue 32

#CF2120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CF2120

Tints of Persian Red #CF2120

RGB

 RED value IS 207 (81.25% from 255) = 76.1%

 GREEN value IS 33 (13.28% from 255) = 12.13%

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 76.1%
G = 12.13%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF2120 (or 0xCF2120) is known color: Persian Red. HEX triplet: CF, 21 and 20. RGB value is (207,33,32). Sum of RGB (Red+Green+Blue) = 207+33+32=272 (36% of max value = 765). Red value is 207 (81.25% from 255 or 76.10% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2120 is #30DEDF. Grayscale: #555555. Windows color (decimal): -3202784 or 2105807. OLE color: 2105807.

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

Color convert

RGB 207 33 32 -
CMYK 0 0.84 0.85 0.19
HSL 0.34º 0.73% 0.47% -
HSV(B) 0.34º 0.85% 0.81% -
XYZ 26.54 14.46 2.76 -
YUV 84.91 98.15 215.08 -
System Red Green Blue C M Y K H S L
Decimal 207 33 32 0 0.84 0.85 0.19 0.34 0.73 0.47
Hex CF 21 20 0 54 55 13 0 49 2F
Octal 317 41 40 0 124 125 23 0 111 57
Binary 11001111 100001 100000 0 1010100 1010101 10011 0 1001001 101111

Color Harmonies of #CF2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2120

Black with #CF2120

Text Example


Text Example

White with #CF2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2120; }

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

 H1.HeaderClassName
 {
   color: #CF2120;
 }
 .AnyTagClassName
 {
   color: #CF2120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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