Html Css Color HEX #D92B30 Alizarin

📋 copy color: '#D92B30'

red 217 ◦ green 43 ◦ blue 48

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

Shades of Alizarin #D92B30

Tints of Alizarin #D92B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.96%

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

R = 70.45%
G = 13.96%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D92B30 (or 0xD92B30) is known color: Alizarin. HEX triplet: D9, 2B and 30. RGB value is (217,43,48). Sum of RGB (Red+Green+Blue) = 217+43+48=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 43 (17.19% from 255 or 13.96% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92B30 is #26D4CF. Grayscale: #5F5F5F. Windows color (decimal): -2544848 or 3156953. OLE color: 3156953.

HSL color Cylindrical-coordinate representation of color #D92B30: hue angle of 358.28º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92B30 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 43 48 -
CMYK 0 0.80 0.78 0.15
HSL 358.28º 0.7% 0.51% -
HSV(B) 358.28º 0.8% 0.85% -
XYZ 30.01 16.69 4.44 -
YUV 95.6 101.15 214.59 -
System Red Green Blue C M Y K H S L
Decimal 217 43 48 0 0.80 0.78 0.15 358.28 0.7 0.51
Hex D9 2B 30 0 50 4E F 166 46 33
Octal 331 53 60 0 120 116 17 546 106 63
Binary 11011001 101011 110000 0 1010000 1001110 1111 101100110 1000110 110011

Color Harmonies of #D92B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92B30

Black with #D92B30

Text Example


Text Example

White with #D92B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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