Html Css Color HEX #D32120 Persian Red

📋 copy color: '#D32120'

red 211 ◦ green 33 ◦ blue 32

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

Shades of Persian Red #D32120

Tints of Persian Red #D32120

RGB

 RED value IS 211 (82.81% from 255) = 76.45%

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

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

R = 76.45%
G = 11.96%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D32120 (or 0xD32120) is known color: Persian Red. HEX triplet: D3, 21 and 20. RGB value is (211,33,32). Sum of RGB (Red+Green+Blue) = 211+33+32=276 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.45% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 211 - color contains mainly: red. Hex color #D32120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D32120 is #2CDEDF. Grayscale: #565656. Windows color (decimal): -2940640 or 2105811. OLE color: 2105811.

HSL color Cylindrical-coordinate representation of color #D32120: hue angle of 0.34º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D32120 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 33 32 -
CMYK 0 0.84 0.85 0.17
HSL 0.34º 0.74% 0.48% -
HSV(B) 0.34º 0.85% 0.83% -
XYZ 27.67 15.04 2.81 -
YUV 86.11 97.47 217.08 -
System Red Green Blue C M Y K H S L
Decimal 211 33 32 0 0.84 0.85 0.17 0.34 0.74 0.48
Hex D3 21 20 0 54 55 11 0 4A 30
Octal 323 41 40 0 124 125 21 0 112 60
Binary 11010011 100001 100000 0 1010100 1010101 10001 0 1001010 110000

Color Harmonies of #D32120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D32120

Black with #D32120

Text Example


Text Example

White with #D32120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D32120; }

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

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

background-color css

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

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

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

border-color css

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

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

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