Html Css Color HEX #DA3238 Alizarin

📋 copy color: '#DA3238'

red 218 ◦ green 50 ◦ blue 56

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

Shades of Alizarin #DA3238

Tints of Alizarin #DA3238

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.43%

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

R = 67.28%
G = 15.43%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DA3238 (or 0xDA3238) is known color: Alizarin. HEX triplet: DA, 32 and 38. RGB value is (218,50,56). Sum of RGB (Red+Green+Blue) = 218+50+56=324 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.28% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3238 is #25CDC7. Grayscale: #656565. Windows color (decimal): -2477512 or 3683034. OLE color: 3683034.

HSL color Cylindrical-coordinate representation of color #DA3238: hue angle of 357.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3238 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 50 56 -
CMYK 0 0.77 0.74 0.15
HSL 357.86º 0.69% 0.53% -
HSV(B) 357.86º 0.77% 0.85% -
XYZ 30.77 17.47 5.49 -
YUV 100.92 102.66 211.51 -
System Red Green Blue C M Y K H S L
Decimal 218 50 56 0 0.77 0.74 0.15 357.86 0.69 0.53
Hex DA 32 38 0 4D 4A F 166 45 35
Octal 332 62 70 0 115 112 17 546 105 65
Binary 11011010 110010 111000 0 1001101 1001010 1111 101100110 1000101 110101

Color Harmonies of #DA3238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3238

Black with #DA3238

Text Example


Text Example

White with #DA3238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3238; }

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

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

background-color css

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

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

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

border-color css

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

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

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