Html Css Color HEX #D92D3B Alizarin

📋 copy color: '#D92D3B'

red 217 ◦ green 45 ◦ blue 59

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

Shades of Alizarin #D92D3B

Tints of Alizarin #D92D3B

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.02%

 BLUE value IS 59 (23.44% from 255) = 18.38%

R = 67.6%
G = 14.02%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D92D3B (or 0xD92D3B) is known color: Alizarin. HEX triplet: D9, 2D and 3B. RGB value is (217,45,59). Sum of RGB (Red+Green+Blue) = 217+45+59=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D92D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92D3B is #26D2C4. Grayscale: #626262. Windows color (decimal): -2544325 or 3878361. OLE color: 3878361.

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

Color convert

RGB 217 45 59 -
CMYK 0 0.79 0.73 0.15
HSL 355.12º 0.69% 0.51% -
HSV(B) 355.12º 0.79% 0.85% -
XYZ 30.34 16.94 5.81 -
YUV 98.02 105.98 212.86 -
System Red Green Blue C M Y K H S L
Decimal 217 45 59 0 0.79 0.73 0.15 355.12 0.69 0.51
Hex D9 2D 3B 0 4F 49 F 163 45 33
Octal 331 55 73 0 117 111 17 543 105 63
Binary 11011001 101101 111011 0 1001111 1001001 1111 101100011 1000101 110011

Color Harmonies of #D92D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92D3B

Black with #D92D3B

Text Example


Text Example

White with #D92D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92D3B; }

 p { color: rgb(217,45,59); }

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

background-color css

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

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

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

border-color css

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

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

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