Html Css Color HEX #D8303A Alizarin

📋 copy color: '#D8303A'

red 216 ◦ green 48 ◦ blue 58

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

Shades of Alizarin #D8303A

Tints of Alizarin #D8303A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 67.08%
G = 14.91%
B = 18.01%

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

#D8303A (or 0xD8303A) is known color: Alizarin. HEX triplet: D8, 30 and 3A. RGB value is (216,48,58). Sum of RGB (Red+Green+Blue) = 216+48+58=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D8303A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8303A is #27CFC5. Grayscale: #636363. Windows color (decimal): -2609094 or 3813592. OLE color: 3813592.

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

Color convert

RGB 216 48 58 -
CMYK 0 0.78 0.73 0.15
HSL 356.43º 0.68% 0.52% -
HSV(B) 356.43º 0.78% 0.85% -
XYZ 30.14 17.02 5.7 -
YUV 99.37 104.66 211.19 -
System Red Green Blue C M Y K H S L
Decimal 216 48 58 0 0.78 0.73 0.15 356.43 0.68 0.52
Hex D8 30 3A 0 4E 49 F 164 44 34
Octal 330 60 72 0 116 111 17 544 104 64
Binary 11011000 110000 111010 0 1001110 1001001 1111 101100100 1000100 110100

Color Harmonies of #D8303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8303A

Black with #D8303A

Text Example


Text Example

White with #D8303A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8303A; }

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

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

background-color css

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

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

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

border-color css

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

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

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