Html Css Color HEX #D93038 Alizarin

📋 copy color: '#D93038'

red 217 ◦ green 48 ◦ blue 56

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

Shades of Alizarin #D93038

Tints of Alizarin #D93038

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.95%

 BLUE value IS 56 (22.27% from 255) = 17.45%

R = 67.6%
G = 14.95%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D93038 (or 0xD93038) is known color: Alizarin. HEX triplet: D9, 30 and 38. RGB value is (217,48,56). Sum of RGB (Red+Green+Blue) = 217+48+56=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D93038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93038 is #26CFC7. Grayscale: #636363. Windows color (decimal): -2543560 or 3682521. OLE color: 3682521.

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

Color convert

RGB 217 48 56 -
CMYK 0 0.78 0.74 0.15
HSL 357.16º 0.69% 0.52% -
HSV(B) 357.16º 0.78% 0.85% -
XYZ 30.39 17.15 5.45 -
YUV 99.44 103.49 211.85 -
System Red Green Blue C M Y K H S L
Decimal 217 48 56 0 0.78 0.74 0.15 357.16 0.69 0.52
Hex D9 30 38 0 4E 4A F 165 45 34
Octal 331 60 70 0 116 112 17 545 105 64
Binary 11011001 110000 111000 0 1001110 1001010 1111 101100101 1000101 110100

Color Harmonies of #D93038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93038

Black with #D93038

Text Example


Text Example

White with #D93038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93038; }

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

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

background-color css

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

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

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

border-color css

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

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

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