Html Css Color HEX #D62320 Persian Red

📋 copy color: '#D62320'

red 214 ◦ green 35 ◦ blue 32

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

Shades of Persian Red #D62320

Tints of Persian Red #D62320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.46%

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

R = 76.16%
G = 12.46%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D62320 (or 0xD62320) is known color: Persian Red. HEX triplet: D6, 23 and 20. RGB value is (214,35,32). Sum of RGB (Red+Green+Blue) = 214+35+32=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 32 (12.89% from 255 or 11.39% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D62320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62320 is #29DCDF. Grayscale: #585858. Windows color (decimal): -2743520 or 2106326. OLE color: 2106326.

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

Color convert

RGB 214 35 32 -
CMYK 0 0.84 0.85 0.16
HSL 0.99º 0.74% 0.48% -
HSV(B) 0.99º 0.85% 0.84% -
XYZ 28.59 15.6 2.87 -
YUV 88.18 96.3 217.74 -
System Red Green Blue C M Y K H S L
Decimal 214 35 32 0 0.84 0.85 0.16 0.99 0.74 0.48
Hex D6 23 20 0 54 55 10 1 4A 30
Octal 326 43 40 0 124 125 20 1 112 60
Binary 11010110 100011 100000 0 1010100 1010101 10000 1 1001010 110000

Color Harmonies of #D62320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62320

Black with #D62320

Text Example


Text Example

White with #D62320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62320; }

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

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

background-color css

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

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

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

border-color css

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

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

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