Html Css Color HEX #DB3038 Alizarin

📋 copy color: '#DB3038'

red 219 ◦ green 48 ◦ blue 56

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

Shades of Alizarin #DB3038

Tints of Alizarin #DB3038

RGB

 RED value IS 219 (85.94% from 255) = 67.8%

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

 BLUE value IS 56 (22.27% from 255) = 17.34%

R = 67.8%
G = 14.86%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB3038 (or 0xDB3038) is known color: Alizarin. HEX triplet: DB, 30 and 38. RGB value is (219,48,56). Sum of RGB (Red+Green+Blue) = 219+48+56=323 (42% of max value = 765). Red value is 219 (85.94% from 255 or 67.80% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3038 is #24CFC7. Grayscale: #646464. Windows color (decimal): -2412488 or 3682523. OLE color: 3682523.

HSL color Cylindrical-coordinate representation of color #DB3038: hue angle of 357.19º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3038 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 48 56 -
CMYK 0 0.78 0.74 0.14
HSL 357.19º 0.7% 0.52% -
HSV(B) 357.19º 0.78% 0.86% -
XYZ 30.98 17.46 5.48 -
YUV 100.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 219 48 56 0 0.78 0.74 0.14 357.19 0.7 0.52
Hex DB 30 38 0 4E 4A E 165 46 34
Octal 333 60 70 0 116 112 16 545 106 64
Binary 11011011 110000 111000 0 1001110 1001010 1110 101100101 1000110 110100

Color Harmonies of #DB3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3038

Black with #DB3038

Text Example


Text Example

White with #DB3038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3038; }

 p { color: rgb(219,48,56); }

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

background-color css

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

 a { background-color: rgb(219,48,56); }

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

border-color css

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

 span { border-color: rgb(219,48,56); }

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