Html Css Color HEX #D9233D Alizarin

📋 copy color: '#D9233D'

red 217 ◦ green 35 ◦ blue 61

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

Shades of Alizarin #D9233D

Tints of Alizarin #D9233D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

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

R = 69.33%
G = 11.18%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9233D (or 0xD9233D) is known color: Alizarin. HEX triplet: D9, 23 and 3D. RGB value is (217,35,61). Sum of RGB (Red+Green+Blue) = 217+35+61=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D9233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9233D is #26DCC2. Grayscale: #5C5C5C. Windows color (decimal): -2546883 or 4006873. OLE color: 4006873.

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

Color convert

RGB 217 35 61 -
CMYK 0 0.84 0.72 0.15
HSL 351.43º 0.72% 0.49% -
HSV(B) 351.43º 0.84% 0.85% -
XYZ 30.06 16.29 5.98 -
YUV 92.38 110.3 216.89 -
System Red Green Blue C M Y K H S L
Decimal 217 35 61 0 0.84 0.72 0.15 351.43 0.72 0.49
Hex D9 23 3D 0 54 48 F 15F 48 31
Octal 331 43 75 0 124 110 17 537 110 61
Binary 11011001 100011 111101 0 1010100 1001000 1111 101011111 1001000 110001

Color Harmonies of #D9233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9233D

Black with #D9233D

Text Example


Text Example

White with #D9233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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