Html Css Color HEX #DA252D Alizarin

📋 copy color: '#DA252D'

red 218 ◦ green 37 ◦ blue 45

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

Shades of Alizarin #DA252D

Tints of Alizarin #DA252D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15%

R = 72.67%
G = 12.33%
B = 15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA252D (or 0xDA252D) is known color: Alizarin. HEX triplet: DA, 25 and 2D. RGB value is (218,37,45). Sum of RGB (Red+Green+Blue) = 218+37+45=300 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 218 - color contains mainly: red. Hex color #DA252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA252D is #25DAD2. Grayscale: #5C5C5C. Windows color (decimal): -2480851 or 2958810. OLE color: 2958810.

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

Color convert

RGB 218 37 45 -
CMYK 0 0.83 0.79 0.15
HSL 357.35º 0.71% 0.5% -
HSV(B) 357.35º 0.83% 0.85% -
XYZ 30.05 16.42 4.07 -
YUV 92.03 101.47 217.85 -
System Red Green Blue C M Y K H S L
Decimal 218 37 45 0 0.83 0.79 0.15 357.35 0.71 0.5
Hex DA 25 2D 0 53 4F F 165 47 32
Octal 332 45 55 0 123 117 17 545 107 62
Binary 11011010 100101 101101 0 1010011 1001111 1111 101100101 1000111 110010

Color Harmonies of #DA252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA252D

Black with #DA252D

Text Example


Text Example

White with #DA252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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