Html Css Color HEX #D62921 Persian Red

📋 copy color: '#D62921'

red 214 ◦ green 41 ◦ blue 33

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

Shades of Persian Red #D62921

Tints of Persian Red #D62921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.24%

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

R = 74.31%
G = 14.24%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D62921 (or 0xD62921) is known color: Persian Red. HEX triplet: D6, 29 and 21. RGB value is (214,41,33). Sum of RGB (Red+Green+Blue) = 214+41+33=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D62921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62921 is #29D6DE. Grayscale: #5C5C5C. Windows color (decimal): -2741983 or 2173398. OLE color: 2173398.

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

Color convert

RGB 214 41 33 -
CMYK 0 0.81 0.85 0.16
HSL 2.65º 0.73% 0.48% -
HSV(B) 2.65º 0.85% 0.84% -
XYZ 28.8 15.99 3.01 -
YUV 91.82 94.81 215.15 -
System Red Green Blue C M Y K H S L
Decimal 214 41 33 0 0.81 0.85 0.16 2.65 0.73 0.48
Hex D6 29 21 0 51 55 10 3 49 30
Octal 326 51 41 0 121 125 20 3 111 60
Binary 11010110 101001 100001 0 1010001 1010101 10000 11 1001001 110000

Color Harmonies of #D62921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62921

Black with #D62921

Text Example


Text Example

White with #D62921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62921; }

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

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

background-color css

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

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

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

border-color css

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

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

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