Html Css Color HEX #D62120 Persian Red

📋 copy color: '#D62120'

red 214 ◦ green 33 ◦ blue 32

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

Shades of Persian Red #D62120

Tints of Persian Red #D62120

RGB

 RED value IS 214 (83.98% from 255) = 76.7%

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

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

R = 76.7%
G = 11.83%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D62120 (or 0xD62120) is known color: Persian Red. HEX triplet: D6, 21 and 20. RGB value is (214,33,32). Sum of RGB (Red+Green+Blue) = 214+33+32=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D62120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62120 is #29DEDF. Grayscale: #575757. Windows color (decimal): -2744032 or 2105814. OLE color: 2105814.

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

Color convert

RGB 214 33 32 -
CMYK 0 0.85 0.85 0.16
HSL 0.33º 0.74% 0.48% -
HSV(B) 0.33º 0.85% 0.84% -
XYZ 28.54 15.49 2.85 -
YUV 87.01 96.97 218.58 -
System Red Green Blue C M Y K H S L
Decimal 214 33 32 0 0.85 0.85 0.16 0.33 0.74 0.48
Hex D6 21 20 0 55 55 10 0 4A 30
Octal 326 41 40 0 125 125 20 0 112 60
Binary 11010110 100001 100000 0 1010101 1010101 10000 0 1001010 110000

Color Harmonies of #D62120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62120

Black with #D62120

Text Example


Text Example

White with #D62120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62120; }

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

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

background-color css

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

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

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

border-color css

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

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

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