Html Css Color HEX #CF2020 Persian Red

📋 copy color: '#CF2020'

red 207 ◦ green 32 ◦ blue 32

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

Shades of Persian Red #CF2020

Tints of Persian Red #CF2020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.81%

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

R = 76.38%
G = 11.81%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF2020 (or 0xCF2020) is known color: Persian Red. HEX triplet: CF, 20 and 20. RGB value is (207,32,32). Sum of RGB (Red+Green+Blue) = 207+32+32=271 (35% of max value = 765). Red value is 207 (81.25% from 255 or 76.38% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 32 (12.89% from 255 or 11.81% from 271); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2020 is #30DFDF. Grayscale: #545454. Windows color (decimal): -3203040 or 2105551. OLE color: 2105551.

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

Color convert

RGB 207 32 32 -
CMYK 0 0.85 0.85 0.19
HSL 0.73% 0.47% -
HSV(B) 0.85% 0.81% -
XYZ 26.51 14.4 2.75 -
YUV 84.33 98.48 215.5 -
System Red Green Blue C M Y K H S L
Decimal 207 32 32 0 0.85 0.85 0.19 0 0.73 0.47
Hex CF 20 20 0 55 55 13 0 49 2F
Octal 317 40 40 0 125 125 23 0 111 57
Binary 11001111 100000 100000 0 1010101 1010101 10011 0 1001001 101111

Color Harmonies of #CF2020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2020

Black with #CF2020

Text Example


Text Example

White with #CF2020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2020; }

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

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

background-color css

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

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

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

border-color css

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

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

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