Html Css Color HEX #CF2620 Persian Red

📋 copy color: '#CF2620'

red 207 ◦ green 38 ◦ blue 32

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

Shades of Persian Red #CF2620

Tints of Persian Red #CF2620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

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

R = 74.73%
G = 13.72%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF2620 (or 0xCF2620) is known color: Persian Red. HEX triplet: CF, 26 and 20. RGB value is (207,38,32). Sum of RGB (Red+Green+Blue) = 207+38+32=277 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.73% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2620 is #30D9DF. Grayscale: #585858. Windows color (decimal): -3201504 or 2107087. OLE color: 2107087.

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

Color convert

RGB 207 38 32 -
CMYK 0 0.82 0.85 0.19
HSL 2.06º 0.73% 0.47% -
HSV(B) 2.06º 0.85% 0.81% -
XYZ 26.69 14.76 2.81 -
YUV 87.85 96.49 212.99 -
System Red Green Blue C M Y K H S L
Decimal 207 38 32 0 0.82 0.85 0.19 2.06 0.73 0.47
Hex CF 26 20 0 52 55 13 2 49 2F
Octal 317 46 40 0 122 125 23 2 111 57
Binary 11001111 100110 100000 0 1010010 1010101 10011 10 1001001 101111

Color Harmonies of #CF2620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2620

Black with #CF2620

Text Example


Text Example

White with #CF2620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2620; }

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

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

background-color css

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

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

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

border-color css

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

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

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