Html Css Color HEX #D81E35 Alizarin

📋 copy color: '#D81E35'

red 216 ◦ green 30 ◦ blue 53

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

Shades of Alizarin #D81E35

Tints of Alizarin #D81E35

RGB

 RED value IS 216 (84.77% from 255) = 72.24%

 GREEN value IS 30 (12.11% from 255) = 10.03%

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

R = 72.24%
G = 10.03%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D81E35 (or 0xD81E35) is known color: Alizarin. HEX triplet: D8, 1E and 35. RGB value is (216,30,53). Sum of RGB (Red+Green+Blue) = 216+30+53=299 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.24% from 299); Green value is 30 (12.11% from 255 or 10.03% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E35 is #27E1CA. Grayscale: #585858. Windows color (decimal): -2613707 or 3481304. OLE color: 3481304.

HSL color Cylindrical-coordinate representation of color #D81E35: hue angle of 352.58º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81E35 is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 30 53 -
CMYK 0 0.86 0.75 0.15
HSL 352.58º 0.76% 0.48% -
HSV(B) 352.58º 0.86% 0.85% -
XYZ 29.43 15.78 4.86 -
YUV 88.24 108.12 219.13 -
System Red Green Blue C M Y K H S L
Decimal 216 30 53 0 0.86 0.75 0.15 352.58 0.76 0.48
Hex D8 1E 35 0 56 4B F 161 4C 30
Octal 330 36 65 0 126 113 17 541 114 60
Binary 11011000 11110 110101 0 1010110 1001011 1111 101100001 1001100 110000

Color Harmonies of #D81E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E35

Black with #D81E35

Text Example


Text Example

White with #D81E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E35; }

 p { color: rgb(216,30,53); }

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

background-color css

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

 a { background-color: rgb(216,30,53); }

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

border-color css

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

 span { border-color: rgb(216,30,53); }

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