Html Css Color HEX #D92430 Alizarin

📋 copy color: '#D92430'

red 217 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #D92430

Tints of Alizarin #D92430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.95%

R = 72.09%
G = 11.96%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D92430 (or 0xD92430) is known color: Alizarin. HEX triplet: D9, 24 and 30. RGB value is (217,36,48). Sum of RGB (Red+Green+Blue) = 217+36+48=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 48 (19.14% from 255 or 15.95% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D92430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92430 is #26DBCF. Grayscale: #5B5B5B. Windows color (decimal): -2546640 or 3155161. OLE color: 3155161.

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

Color convert

RGB 217 36 48 -
CMYK 0 0.83 0.78 0.15
HSL 356.02º 0.72% 0.5% -
HSV(B) 356.02º 0.83% 0.85% -
XYZ 29.78 16.23 4.36 -
YUV 91.49 103.47 217.52 -
System Red Green Blue C M Y K H S L
Decimal 217 36 48 0 0.83 0.78 0.15 356.02 0.72 0.5
Hex D9 24 30 0 53 4E F 164 48 32
Octal 331 44 60 0 123 116 17 544 110 62
Binary 11011001 100100 110000 0 1010011 1001110 1111 101100100 1001000 110010

Color Harmonies of #D92430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92430

Black with #D92430

Text Example


Text Example

White with #D92430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92430; }

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

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

background-color css

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

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

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

border-color css

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

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

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