Html Css Color HEX #DA253E Alizarin

📋 copy color: '#DA253E'

red 218 ◦ green 37 ◦ blue 62

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

Shades of Alizarin #DA253E

Tints of Alizarin #DA253E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 62 (24.61% from 255) = 19.56%

R = 68.77%
G = 11.67%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA253E (or 0xDA253E) is known color: Alizarin. HEX triplet: DA, 25 and 3E. RGB value is (218,37,62). Sum of RGB (Red+Green+Blue) = 218+37+62=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 62 (24.61% from 255 or 19.56% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA253E is #25DAC1. Grayscale: #5E5E5E. Windows color (decimal): -2480834 or 4072922. OLE color: 4072922.

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

Color convert

RGB 218 37 62 -
CMYK 0 0.83 0.72 0.15
HSL 351.71º 0.71% 0.5% -
HSV(B) 351.71º 0.83% 0.85% -
XYZ 30.44 16.58 6.15 -
YUV 93.97 109.97 216.47 -
System Red Green Blue C M Y K H S L
Decimal 218 37 62 0 0.83 0.72 0.15 351.71 0.71 0.5
Hex DA 25 3E 0 53 48 F 160 47 32
Octal 332 45 76 0 123 110 17 540 107 62
Binary 11011010 100101 111110 0 1010011 1001000 1111 101100000 1000111 110010

Color Harmonies of #DA253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA253E

Black with #DA253E

Text Example


Text Example

White with #DA253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA253E; }

 p { color: rgb(218,37,62); }

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

background-color css

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

 a { background-color: rgb(218,37,62); }

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

border-color css

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

 span { border-color: rgb(218,37,62); }

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