Html Css Color HEX #DA1F2B Alizarin

📋 copy color: '#DA1F2B'

red 218 ◦ green 31 ◦ blue 43

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

Shades of Alizarin #DA1F2B

Tints of Alizarin #DA1F2B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.62%

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

R = 74.66%
G = 10.62%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA1F2B (or 0xDA1F2B) is known color: Alizarin. HEX triplet: DA, 1F and 2B. RGB value is (218,31,43). Sum of RGB (Red+Green+Blue) = 218+31+43=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA1F2B is #25E0D4. Grayscale: #585858. Windows color (decimal): -2482389 or 2826202. OLE color: 2826202.

HSL color Cylindrical-coordinate representation of color #DA1F2B: hue angle of 356.15º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1F2B is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 31 43 -
CMYK 0 0.86 0.80 0.15
HSL 356.15º 0.75% 0.49% -
HSV(B) 356.15º 0.86% 0.85% -
XYZ 29.84 16.06 3.81 -
YUV 88.28 102.45 220.52 -
System Red Green Blue C M Y K H S L
Decimal 218 31 43 0 0.86 0.80 0.15 356.15 0.75 0.49
Hex DA 1F 2B 0 56 50 F 164 4B 31
Octal 332 37 53 0 126 120 17 544 113 61
Binary 11011010 11111 101011 0 1010110 1010000 1111 101100100 1001011 110001

Color Harmonies of #DA1F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA1F2B

Black with #DA1F2B

Text Example


Text Example

White with #DA1F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA1F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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