Html Css Color HEX #D8253D Alizarin

📋 copy color: '#D8253D'

red 216 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #D8253D

Tints of Alizarin #D8253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.78%

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 68.79%
G = 11.78%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D8253D (or 0xD8253D) is known color: Alizarin. HEX triplet: D8, 25 and 3D. RGB value is (216,37,61). Sum of RGB (Red+Green+Blue) = 216+37+61=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D8253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8253D is #27DAC2. Grayscale: #5D5D5D. Windows color (decimal): -2611907 or 4007384. OLE color: 4007384.

HSL color Cylindrical-coordinate representation of color #D8253D: hue angle of 351.96º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8253D is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 37 61 -
CMYK 0 0.83 0.72 0.15
HSL 351.96º 0.71% 0.5% -
HSV(B) 351.96º 0.83% 0.85% -
XYZ 29.82 16.26 5.98 -
YUV 93.26 109.8 215.55 -
System Red Green Blue C M Y K H S L
Decimal 216 37 61 0 0.83 0.72 0.15 351.96 0.71 0.5
Hex D8 25 3D 0 53 48 F 160 47 32
Octal 330 45 75 0 123 110 17 540 107 62
Binary 11011000 100101 111101 0 1010011 1001000 1111 101100000 1000111 110010

Color Harmonies of #D8253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8253D

Black with #D8253D

Text Example


Text Example

White with #D8253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8253D; }

 p { color: rgb(216,37,61); }

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

background-color css

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

 a { background-color: rgb(216,37,61); }

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

border-color css

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

 span { border-color: rgb(216,37,61); }

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