Html Css Color HEX #D9303D Alizarin

📋 copy color: '#D9303D'

red 217 ◦ green 48 ◦ blue 61

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

Shades of Alizarin #D9303D

Tints of Alizarin #D9303D

RGB

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

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

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

R = 66.56%
G = 14.72%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9303D (or 0xD9303D) is known color: Alizarin. HEX triplet: D9, 30 and 3D. RGB value is (217,48,61). Sum of RGB (Red+Green+Blue) = 217+48+61=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 48 (19.14% from 255 or 14.72% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D9303D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9303D is #26CFC2. Grayscale: #646464. Windows color (decimal): -2543555 or 4010201. OLE color: 4010201.

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

Color convert

RGB 217 48 61 -
CMYK 0 0.78 0.72 0.15
HSL 355.38º 0.69% 0.52% -
HSV(B) 355.38º 0.78% 0.85% -
XYZ 30.51 17.2 6.13 -
YUV 100.01 105.99 211.44 -
System Red Green Blue C M Y K H S L
Decimal 217 48 61 0 0.78 0.72 0.15 355.38 0.69 0.52
Hex D9 30 3D 0 4E 48 F 163 45 34
Octal 331 60 75 0 116 110 17 543 105 64
Binary 11011001 110000 111101 0 1001110 1001000 1111 101100011 1000101 110100

Color Harmonies of #D9303D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9303D

Black with #D9303D

Text Example


Text Example

White with #D9303D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9303D; }

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

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

background-color css

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

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

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

border-color css

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

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

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