Html Css Color HEX #D92730 Alizarin

📋 copy color: '#D92730'

red 217 ◦ green 39 ◦ blue 48

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

Shades of Alizarin #D92730

Tints of Alizarin #D92730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.83%

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

R = 71.38%
G = 12.83%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#D92730 (or 0xD92730) is known color: Alizarin. HEX triplet: D9, 27 and 30. RGB value is (217,39,48). Sum of RGB (Red+Green+Blue) = 217+39+48=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 39 (15.62% from 255 or 12.83% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D92730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92730 is #26D8CF. Grayscale: #5D5D5D. Windows color (decimal): -2545872 or 3155929. OLE color: 3155929.

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

Color convert

RGB 217 39 48 -
CMYK 0 0.82 0.78 0.15
HSL 356.97º 0.7% 0.5% -
HSV(B) 356.97º 0.82% 0.85% -
XYZ 29.87 16.42 4.39 -
YUV 93.25 102.47 216.27 -
System Red Green Blue C M Y K H S L
Decimal 217 39 48 0 0.82 0.78 0.15 356.97 0.7 0.5
Hex D9 27 30 0 52 4E F 165 46 32
Octal 331 47 60 0 122 116 17 545 106 62
Binary 11011001 100111 110000 0 1010010 1001110 1111 101100101 1000110 110010

Color Harmonies of #D92730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92730

Black with #D92730

Text Example


Text Example

White with #D92730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92730; }

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

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

background-color css

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

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

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

border-color css

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

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

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