Html Css Color HEX #DA3038 Alizarin

📋 copy color: '#DA3038'

red 218 ◦ green 48 ◦ blue 56

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

Shades of Alizarin #DA3038

Tints of Alizarin #DA3038

RGB

 RED value IS 218 (85.55% from 255) = 67.7%

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

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

R = 67.7%
G = 14.91%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA3038 (or 0xDA3038) is known color: Alizarin. HEX triplet: DA, 30 and 38. RGB value is (218,48,56). Sum of RGB (Red+Green+Blue) = 218+48+56=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 48 (19.14% from 255 or 14.91% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3038 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3038 is #25CFC7. Grayscale: #636363. Windows color (decimal): -2478024 or 3682522. OLE color: 3682522.

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

Color convert

RGB 218 48 56 -
CMYK 0 0.78 0.74 0.15
HSL 357.18º 0.7% 0.52% -
HSV(B) 357.18º 0.78% 0.85% -
XYZ 30.68 17.3 5.46 -
YUV 99.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 218 48 56 0 0.78 0.74 0.15 357.18 0.7 0.52
Hex DA 30 38 0 4E 4A F 165 46 34
Octal 332 60 70 0 116 112 17 545 106 64
Binary 11011010 110000 111000 0 1001110 1001010 1111 101100101 1000110 110100

Color Harmonies of #DA3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3038

Black with #DA3038

Text Example


Text Example

White with #DA3038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3038; }

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

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

background-color css

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

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

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

border-color css

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

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

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