Html Css Color HEX #D9253D Alizarin

📋 copy color: '#D9253D'

red 217 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #D9253D

Tints of Alizarin #D9253D

RGB

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

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

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

R = 68.89%
G = 11.75%
B = 19.37%

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

#D9253D (or 0xD9253D) is known color: Alizarin. HEX triplet: D9, 25 and 3D. RGB value is (217,37,61). Sum of RGB (Red+Green+Blue) = 217+37+61=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9253D is #26DAC2. Grayscale: #5D5D5D. Windows color (decimal): -2546371 or 4007385. OLE color: 4007385.

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

Color convert

RGB 217 37 61 -
CMYK 0 0.83 0.72 0.15
HSL 352º 0.71% 0.5% -
HSV(B) 352º 0.83% 0.85% -
XYZ 30.12 16.41 6 -
YUV 93.56 109.63 216.05 -
System Red Green Blue C M Y K H S L
Decimal 217 37 61 0 0.83 0.72 0.15 352 0.71 0.5
Hex D9 25 3D 0 53 48 F 160 47 32
Octal 331 45 75 0 123 110 17 540 107 62
Binary 11011001 100101 111101 0 1010011 1001000 1111 101100000 1000111 110010

Color Harmonies of #D9253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9253D

Black with #D9253D

Text Example


Text Example

White with #D9253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9253D; }

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

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

background-color css

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

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

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

border-color css

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

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

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