Html Css Color HEX #D92421 Persian Red

📋 copy color: '#D92421'

red 217 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #D92421

Tints of Persian Red #D92421

RGB

 RED value IS 217 (85.16% from 255) = 75.87%

 GREEN value IS 36 (14.45% from 255) = 12.59%

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

R = 75.87%
G = 12.59%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D92421 (or 0xD92421) is known color: Persian Red. HEX triplet: D9, 24 and 21. RGB value is (217,36,33). Sum of RGB (Red+Green+Blue) = 217+36+33=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D92421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92421 is #26DBDE. Grayscale: #595959. Windows color (decimal): -2546655 or 2172121. OLE color: 2172121.

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

Color convert

RGB 217 36 33 -
CMYK 0 0.83 0.85 0.15
HSL 0.98º 0.74% 0.49% -
HSV(B) 0.98º 0.85% 0.85% -
XYZ 29.52 16.12 3 -
YUV 89.78 95.97 218.74 -
System Red Green Blue C M Y K H S L
Decimal 217 36 33 0 0.83 0.85 0.15 0.98 0.74 0.49
Hex D9 24 21 0 53 55 F 1 4A 31
Octal 331 44 41 0 123 125 17 1 112 61
Binary 11011001 100100 100001 0 1010011 1010101 1111 1 1001010 110001

Color Harmonies of #D92421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92421

Black with #D92421

Text Example


Text Example

White with #D92421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92421; }

 p { color: rgb(217,36,33); }

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

background-color css

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

 a { background-color: rgb(217,36,33); }

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

border-color css

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

 span { border-color: rgb(217,36,33); }

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