Html Css Color HEX #D93035 Alizarin

📋 copy color: '#D93035'

red 217 ◦ green 48 ◦ blue 53

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

Shades of Alizarin #D93035

Tints of Alizarin #D93035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 68.24%
G = 15.09%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#D93035 (or 0xD93035) is known color: Alizarin. HEX triplet: D9, 30 and 35. RGB value is (217,48,53). Sum of RGB (Red+Green+Blue) = 217+48+53=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D93035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D93035 is #26CFCA. Grayscale: #636363. Windows color (decimal): -2543563 or 3485913. OLE color: 3485913.

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

Color convert

RGB 217 48 53 -
CMYK 0 0.78 0.76 0.15
HSL 358.22º 0.69% 0.52% -
HSV(B) 358.22º 0.78% 0.85% -
XYZ 30.31 17.12 5.08 -
YUV 99.1 101.99 212.09 -
System Red Green Blue C M Y K H S L
Decimal 217 48 53 0 0.78 0.76 0.15 358.22 0.69 0.52
Hex D9 30 35 0 4E 4C F 166 45 34
Octal 331 60 65 0 116 114 17 546 105 64
Binary 11011001 110000 110101 0 1001110 1001100 1111 101100110 1000101 110100

Color Harmonies of #D93035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93035

Black with #D93035

Text Example


Text Example

White with #D93035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93035; }

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

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

background-color css

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

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

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

border-color css

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

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

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