Html Css Color HEX #D8303F Alizarin

📋 copy color: '#D8303F'

red 216 ◦ green 48 ◦ blue 63

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

Shades of Alizarin #D8303F

Tints of Alizarin #D8303F

RGB

 RED value IS 216 (84.77% from 255) = 66.06%

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

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

R = 66.06%
G = 14.68%
B = 19.27%

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

#D8303F (or 0xD8303F) is known color: Alizarin. HEX triplet: D8, 30 and 3F. RGB value is (216,48,63). Sum of RGB (Red+Green+Blue) = 216+48+63=327 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.06% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 216 - color contains mainly: red. Hex color #D8303F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8303F is #27CFC0. Grayscale: #646464. Windows color (decimal): -2609089 or 4141272. OLE color: 4141272.

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

Color convert

RGB 216 48 63 -
CMYK 0 0.78 0.71 0.15
HSL 354.64º 0.68% 0.52% -
HSV(B) 354.64º 0.78% 0.85% -
XYZ 30.27 17.07 6.4 -
YUV 99.94 107.16 210.78 -
System Red Green Blue C M Y K H S L
Decimal 216 48 63 0 0.78 0.71 0.15 354.64 0.68 0.52
Hex D8 30 3F 0 4E 47 F 163 44 34
Octal 330 60 77 0 116 107 17 543 104 64
Binary 11011000 110000 111111 0 1001110 1000111 1111 101100011 1000100 110100

Color Harmonies of #D8303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8303F

Black with #D8303F

Text Example


Text Example

White with #D8303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8303F; }

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

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

background-color css

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

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

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

border-color css

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

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

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