Html Css Color HEX #D62221 Persian Red

📋 copy color: '#D62221'

red 214 ◦ green 34 ◦ blue 33

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

Shades of Persian Red #D62221

Tints of Persian Red #D62221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.1%

 BLUE value IS 33 (13.28% from 255) = 11.74%

R = 76.16%
G = 12.1%
B = 11.74%

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

#D62221 (or 0xD62221) is known color: Persian Red. HEX triplet: D6, 22 and 21. RGB value is (214,34,33). Sum of RGB (Red+Green+Blue) = 214+34+33=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D62221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62221 is #29DDDE. Grayscale: #575757. Windows color (decimal): -2743775 or 2171606. OLE color: 2171606.

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

Color convert

RGB 214 34 33 -
CMYK 0 0.84 0.85 0.16
HSL 0.33º 0.73% 0.48% -
HSV(B) 0.33º 0.85% 0.84% -
XYZ 28.58 15.55 2.93 -
YUV 87.71 97.13 218.08 -
System Red Green Blue C M Y K H S L
Decimal 214 34 33 0 0.84 0.85 0.16 0.33 0.73 0.48
Hex D6 22 21 0 54 55 10 0 49 30
Octal 326 42 41 0 124 125 20 0 111 60
Binary 11010110 100010 100001 0 1010100 1010101 10000 0 1001001 110000

Color Harmonies of #D62221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62221

Black with #D62221

Text Example


Text Example

White with #D62221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62221; }

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

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

background-color css

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

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

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

border-color css

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

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

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