Html Css Color HEX #DA3135 Alizarin

📋 copy color: '#DA3135'

red 218 ◦ green 49 ◦ blue 53

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

Shades of Alizarin #DA3135

Tints of Alizarin #DA3135

RGB

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

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

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

R = 68.13%
G = 15.31%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DA3135 (or 0xDA3135) is known color: Alizarin. HEX triplet: DA, 31 and 35. RGB value is (218,49,53). Sum of RGB (Red+Green+Blue) = 218+49+53=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3135 is #25CECA. Grayscale: #646464. Windows color (decimal): -2477771 or 3486170. OLE color: 3486170.

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

Color convert

RGB 218 49 53 -
CMYK 0 0.78 0.76 0.15
HSL 358.58º 0.7% 0.52% -
HSV(B) 358.58º 0.78% 0.85% -
XYZ 30.65 17.36 5.1 -
YUV 99.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 218 49 53 0 0.78 0.76 0.15 358.58 0.7 0.52
Hex DA 31 35 0 4E 4C F 167 46 34
Octal 332 61 65 0 116 114 17 547 106 64
Binary 11011010 110001 110101 0 1001110 1001100 1111 101100111 1000110 110100

Color Harmonies of #DA3135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3135

Black with #DA3135

Text Example


Text Example

White with #DA3135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3135; }

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

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

background-color css

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

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

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

border-color css

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

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

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