Html Css Color HEX #D9303B Alizarin

📋 copy color: '#D9303B'

red 217 ◦ green 48 ◦ blue 59

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

Shades of Alizarin #D9303B

Tints of Alizarin #D9303B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.21%

R = 66.98%
G = 14.81%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#D9303B (or 0xD9303B) is known color: Alizarin. HEX triplet: D9, 30 and 3B. RGB value is (217,48,59). Sum of RGB (Red+Green+Blue) = 217+48+59=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D9303B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9303B is #26CFC4. Grayscale: #636363. Windows color (decimal): -2543557 or 3879129. OLE color: 3879129.

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

Color convert

RGB 217 48 59 -
CMYK 0 0.78 0.73 0.15
HSL 356.09º 0.69% 0.52% -
HSV(B) 356.09º 0.78% 0.85% -
XYZ 30.46 17.18 5.85 -
YUV 99.79 104.99 211.61 -
System Red Green Blue C M Y K H S L
Decimal 217 48 59 0 0.78 0.73 0.15 356.09 0.69 0.52
Hex D9 30 3B 0 4E 49 F 164 45 34
Octal 331 60 73 0 116 111 17 544 105 64
Binary 11011001 110000 111011 0 1001110 1001001 1111 101100100 1000101 110100

Color Harmonies of #D9303B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9303B

Black with #D9303B

Text Example


Text Example

White with #D9303B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9303B; }

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

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

background-color css

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

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

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

border-color css

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

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

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