Html Css Color HEX #D92121 Persian Red

📋 copy color: '#D92121'

red 217 ◦ green 33 ◦ blue 33

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

Shades of Persian Red #D92121

Tints of Persian Red #D92121

RGB

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

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

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

R = 76.68%
G = 11.66%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#D92121 (or 0xD92121) is known color: Persian Red. HEX triplet: D9, 21 and 21. RGB value is (217,33,33). Sum of RGB (Red+Green+Blue) = 217+33+33=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D92121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92121 is #26DEDE. Grayscale: #585858. Windows color (decimal): -2547423 or 2171353. OLE color: 2171353.

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

Color convert

RGB 217 33 33 -
CMYK 0 0.85 0.85 0.15
HSL 0.74% 0.49% -
HSV(B) 0.85% 0.85% -
XYZ 29.43 15.95 2.97 -
YUV 88.02 96.96 220 -
System Red Green Blue C M Y K H S L
Decimal 217 33 33 0 0.85 0.85 0.15 0 0.74 0.49
Hex D9 21 21 0 55 55 F 0 4A 31
Octal 331 41 41 0 125 125 17 0 112 61
Binary 11011001 100001 100001 0 1010101 1010101 1111 0 1001010 110001

Color Harmonies of #D92121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92121

Black with #D92121

Text Example


Text Example

White with #D92121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92121; }

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

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

background-color css

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

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

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

border-color css

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

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

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