Html Css Color HEX #D92444 Crimson

📋 copy color: '#D92444'

red 217 ◦ green 36 ◦ blue 68

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

Shades of Crimson #D92444

Tints of Crimson #D92444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.18%

R = 67.6%
G = 11.21%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#D92444 (or 0xD92444) is known color: Crimson. HEX triplet: D9, 24 and 44. RGB value is (217,36,68). Sum of RGB (Red+Green+Blue) = 217+36+68=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D92444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92444 is #26DBBB. Grayscale: #5D5D5D. Windows color (decimal): -2546620 or 4465881. OLE color: 4465881.

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

Color convert

RGB 217 36 68 -
CMYK 0 0.83 0.69 0.15
HSL 349.39º 0.72% 0.5% -
HSV(B) 349.39º 0.83% 0.85% -
XYZ 30.29 16.43 7.04 -
YUV 93.77 113.47 215.9 -
System Red Green Blue C M Y K H S L
Decimal 217 36 68 0 0.83 0.69 0.15 349.39 0.72 0.5
Hex D9 24 44 0 53 45 F 15D 48 32
Octal 331 44 104 0 123 105 17 535 110 62
Binary 11011001 100100 1000100 0 1010011 1000101 1111 101011101 1001000 110010

Color Harmonies of #D92444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92444

Black with #D92444

Text Example


Text Example

White with #D92444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92444; }

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

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

background-color css

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

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

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

border-color css

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

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

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