Html Css Color HEX #D22520 Persian Red

📋 copy color: '#D22520'

red 210 ◦ green 37 ◦ blue 32

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

Shades of Persian Red #D22520

Tints of Persian Red #D22520

RGB

 RED value IS 210 (82.42% from 255) = 75.27%

 GREEN value IS 37 (14.84% from 255) = 13.26%

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

R = 75.27%
G = 13.26%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D22520 (or 0xD22520) is known color: Persian Red. HEX triplet: D2, 25 and 20. RGB value is (210,37,32). Sum of RGB (Red+Green+Blue) = 210+37+32=279 (36% of max value = 765). Red value is 210 (82.42% from 255 or 75.27% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 210 - color contains mainly: red. Hex color #D22520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D22520 is #2DDADF. Grayscale: #585858. Windows color (decimal): -3005152 or 2106834. OLE color: 2106834.

HSL color Cylindrical-coordinate representation of color #D22520: hue angle of 1.69º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D22520 is Cyan = 0, Magento = 0.82, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 37 32 -
CMYK 0 0.82 0.85 0.18
HSL 1.69º 0.74% 0.47% -
HSV(B) 1.69º 0.85% 0.82% -
XYZ 27.5 15.13 2.84 -
YUV 88.16 96.31 214.91 -
System Red Green Blue C M Y K H S L
Decimal 210 37 32 0 0.82 0.85 0.18 1.69 0.74 0.47
Hex D2 25 20 0 52 55 12 2 4A 2F
Octal 322 45 40 0 122 125 22 2 112 57
Binary 11010010 100101 100000 0 1010010 1010101 10010 10 1001010 101111

Color Harmonies of #D22520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22520

Black with #D22520

Text Example


Text Example

White with #D22520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22520; }

 p { color: rgb(210,37,32); }

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

background-color css

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

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

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

border-color css

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

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

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