Html Css Color HEX #DA252B Alizarin

📋 copy color: '#DA252B'

red 218 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #DA252B

Tints of Alizarin #DA252B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.43%

R = 73.15%
G = 12.42%
B = 14.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA252B (or 0xDA252B) is known color: Alizarin. HEX triplet: DA, 25 and 2B. RGB value is (218,37,43). Sum of RGB (Red+Green+Blue) = 218+37+43=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA252B is #25DAD4. Grayscale: #5B5B5B. Windows color (decimal): -2480853 or 2827738. OLE color: 2827738.

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

Color convert

RGB 218 37 43 -
CMYK 0 0.83 0.80 0.15
HSL 358.01º 0.71% 0.5% -
HSV(B) 358.01º 0.83% 0.85% -
XYZ 30.01 16.4 3.87 -
YUV 91.8 100.47 218.01 -
System Red Green Blue C M Y K H S L
Decimal 218 37 43 0 0.83 0.80 0.15 358.01 0.71 0.5
Hex DA 25 2B 0 53 50 F 166 47 32
Octal 332 45 53 0 123 120 17 546 107 62
Binary 11011010 100101 101011 0 1010011 1010000 1111 101100110 1000111 110010

Color Harmonies of #DA252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA252B

Black with #DA252B

Text Example


Text Example

White with #DA252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA252B; }

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

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

background-color css

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

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

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

border-color css

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

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

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