Html Css Color HEX #D8303C Alizarin

📋 copy color: '#D8303C'

red 216 ◦ green 48 ◦ blue 60

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

Shades of Alizarin #D8303C

Tints of Alizarin #D8303C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 66.67%
G = 14.81%
B = 18.52%

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

#D8303C (or 0xD8303C) is known color: Alizarin. HEX triplet: D8, 30 and 3C. RGB value is (216,48,60). Sum of RGB (Red+Green+Blue) = 216+48+60=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 48 (19.14% from 255 or 14.81% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8303C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8303C is #27CFC3. Grayscale: #636363. Windows color (decimal): -2609092 or 3944664. OLE color: 3944664.

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

Color convert

RGB 216 48 60 -
CMYK 0 0.78 0.72 0.15
HSL 355.71º 0.68% 0.52% -
HSV(B) 355.71º 0.78% 0.85% -
XYZ 30.19 17.04 5.97 -
YUV 99.6 105.66 211.02 -
System Red Green Blue C M Y K H S L
Decimal 216 48 60 0 0.78 0.72 0.15 355.71 0.68 0.52
Hex D8 30 3C 0 4E 48 F 164 44 34
Octal 330 60 74 0 116 110 17 544 104 64
Binary 11011000 110000 111100 0 1001110 1001000 1111 101100100 1000100 110100

Color Harmonies of #D8303C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8303C

Black with #D8303C

Text Example


Text Example

White with #D8303C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8303C; }

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

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

background-color css

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

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

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

border-color css

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

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

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