Html Css Color HEX #D9303F Alizarin

📋 copy color: '#D9303F'

red 217 ◦ green 48 ◦ blue 63

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

Shades of Alizarin #D9303F

Tints of Alizarin #D9303F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.21%

R = 66.16%
G = 14.63%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#D9303F (or 0xD9303F) is known color: Alizarin. HEX triplet: D9, 30 and 3F. RGB value is (217,48,63). Sum of RGB (Red+Green+Blue) = 217+48+63=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9303F is #26CFC0. Grayscale: #646464. Windows color (decimal): -2543553 or 4141273. OLE color: 4141273.

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

Color convert

RGB 217 48 63 -
CMYK 0 0.78 0.71 0.15
HSL 354.67º 0.69% 0.52% -
HSV(B) 354.67º 0.78% 0.85% -
XYZ 30.57 17.22 6.42 -
YUV 100.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 217 48 63 0 0.78 0.71 0.15 354.67 0.69 0.52
Hex D9 30 3F 0 4E 47 F 163 45 34
Octal 331 60 77 0 116 107 17 543 105 64
Binary 11011001 110000 111111 0 1001110 1000111 1111 101100011 1000101 110100

Color Harmonies of #D9303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9303F

Black with #D9303F

Text Example


Text Example

White with #D9303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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