Html Css Color HEX #CD2020 Persian Red

📋 copy color: '#CD2020'

red 205 ◦ green 32 ◦ blue 32

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

Shades of Persian Red #CD2020

Tints of Persian Red #CD2020

RGB

 RED value IS 205 (80.47% from 255) = 76.21%

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

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

R = 76.21%
G = 11.9%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD2020 (or 0xCD2020) is known color: Persian Red. HEX triplet: CD, 20 and 20. RGB value is (205,32,32). Sum of RGB (Red+Green+Blue) = 205+32+32=269 (35% of max value = 765). Red value is 205 (80.47% from 255 or 76.21% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2020 is #32DFDF. Grayscale: #535353. Windows color (decimal): -3334112 or 2105549. OLE color: 2105549.

HSL color Cylindrical-coordinate representation of color #CD2020: hue angle of 0º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2020 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 32 32 -
CMYK 0 0.84 0.84 0.20
HSL 0.73% 0.46% -
HSV(B) 0.84% 0.8% -
XYZ 25.95 14.12 2.72 -
YUV 83.73 98.81 214.5 -
System Red Green Blue C M Y K H S L
Decimal 205 32 32 0 0.84 0.84 0.20 0 0.73 0.46
Hex CD 20 20 0 54 54 14 0 49 2E
Octal 315 40 40 0 124 124 24 0 111 56
Binary 11001101 100000 100000 0 1010100 1010100 10100 0 1001001 101110

Color Harmonies of #CD2020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2020

Black with #CD2020

Text Example


Text Example

White with #CD2020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2020; }

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

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

background-color css

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

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

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

border-color css

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

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

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