Html Css Color HEX #DA3138 Alizarin

📋 copy color: '#DA3138'

red 218 ◦ green 49 ◦ blue 56

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

Shades of Alizarin #DA3138

Tints of Alizarin #DA3138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.17%

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

R = 67.49%
G = 15.17%
B = 17.34%

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

#DA3138 (or 0xDA3138) is known color: Alizarin. HEX triplet: DA, 31 and 38. RGB value is (218,49,56). Sum of RGB (Red+Green+Blue) = 218+49+56=323 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.49% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3138 is #25CEC7. Grayscale: #646464. Windows color (decimal): -2477768 or 3682778. OLE color: 3682778.

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

Color convert

RGB 218 49 56 -
CMYK 0 0.78 0.74 0.15
HSL 357.51º 0.7% 0.52% -
HSV(B) 357.51º 0.78% 0.85% -
XYZ 30.73 17.39 5.48 -
YUV 100.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 218 49 56 0 0.78 0.74 0.15 357.51 0.7 0.52
Hex DA 31 38 0 4E 4A F 166 46 34
Octal 332 61 70 0 116 112 17 546 106 64
Binary 11011010 110001 111000 0 1001110 1001010 1111 101100110 1000110 110100

Color Harmonies of #DA3138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3138

Black with #DA3138

Text Example


Text Example

White with #DA3138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3138; }

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

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

background-color css

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

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

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

border-color css

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

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

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