Html Css Color HEX #D92642 Alizarin

📋 copy color: '#D92642'

red 217 ◦ green 38 ◦ blue 66

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

Shades of Alizarin #D92642

Tints of Alizarin #D92642

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.84%

 BLUE value IS 66 (26.17% from 255) = 20.56%

R = 67.6%
G = 11.84%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D92642 (or 0xD92642) is known color: Alizarin. HEX triplet: D9, 26 and 42. RGB value is (217,38,66). Sum of RGB (Red+Green+Blue) = 217+38+66=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D92642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92642 is #26D9BD. Grayscale: #5E5E5E. Windows color (decimal): -2546110 or 4335321. OLE color: 4335321.

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

Color convert

RGB 217 38 66 -
CMYK 0 0.82 0.70 0.15
HSL 350.61º 0.7% 0.5% -
HSV(B) 350.61º 0.82% 0.85% -
XYZ 30.29 16.53 6.75 -
YUV 94.71 111.8 215.22 -
System Red Green Blue C M Y K H S L
Decimal 217 38 66 0 0.82 0.70 0.15 350.61 0.7 0.5
Hex D9 26 42 0 52 46 F 15F 46 32
Octal 331 46 102 0 122 106 17 537 106 62
Binary 11011001 100110 1000010 0 1010010 1000110 1111 101011111 1000110 110010

Color Harmonies of #D92642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92642

Black with #D92642

Text Example


Text Example

White with #D92642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92642; }

 p { color: rgb(217,38,66); }

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

background-color css

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

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

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

border-color css

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

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

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