Html Css Color HEX #DA2335 Alizarin

📋 copy color: '#DA2335'

red 218 ◦ green 35 ◦ blue 53

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

Shades of Alizarin #DA2335

Tints of Alizarin #DA2335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

 BLUE value IS 53 (21.09% from 255) = 17.32%

R = 71.24%
G = 11.44%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA2335 (or 0xDA2335) is known color: Alizarin. HEX triplet: DA, 23 and 35. RGB value is (218,35,53). Sum of RGB (Red+Green+Blue) = 218+35+53=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2335 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2335 is #25DCCA. Grayscale: #5B5B5B. Windows color (decimal): -2481355 or 3482586. OLE color: 3482586.

HSL color Cylindrical-coordinate representation of color #DA2335: hue angle of 354.1º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2335 is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 35 53 -
CMYK 0 0.84 0.76 0.15
HSL 354.1º 0.72% 0.5% -
HSV(B) 354.1º 0.84% 0.85% -
XYZ 30.16 16.36 4.94 -
YUV 91.77 106.13 218.04 -
System Red Green Blue C M Y K H S L
Decimal 218 35 53 0 0.84 0.76 0.15 354.1 0.72 0.5
Hex DA 23 35 0 54 4C F 162 48 32
Octal 332 43 65 0 124 114 17 542 110 62
Binary 11011010 100011 110101 0 1010100 1001100 1111 101100010 1001000 110010

Color Harmonies of #DA2335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2335

Black with #DA2335

Text Example


Text Example

White with #DA2335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2335; }

 p { color: rgb(218,35,53); }

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

background-color css

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

 a { background-color: rgb(218,35,53); }

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

border-color css

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

 span { border-color: rgb(218,35,53); }

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