Html Css Color HEX #DA232B Alizarin

📋 copy color: '#DA232B'

red 218 ◦ green 35 ◦ blue 43

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

Shades of Alizarin #DA232B

Tints of Alizarin #DA232B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

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

R = 73.65%
G = 11.82%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA232B (or 0xDA232B) is known color: Alizarin. HEX triplet: DA, 23 and 2B. RGB value is (218,35,43). Sum of RGB (Red+Green+Blue) = 218+35+43=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 43 (17.19% from 255 or 14.53% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA232B is #25DCD4. Grayscale: #5A5A5A. Windows color (decimal): -2481365 or 2827226. OLE color: 2827226.

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

Color convert

RGB 218 35 43 -
CMYK 0 0.84 0.80 0.15
HSL 357.38º 0.72% 0.5% -
HSV(B) 357.38º 0.84% 0.85% -
XYZ 29.95 16.28 3.85 -
YUV 90.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 218 35 43 0 0.84 0.80 0.15 357.38 0.72 0.5
Hex DA 23 2B 0 54 50 F 165 48 32
Octal 332 43 53 0 124 120 17 545 110 62
Binary 11011010 100011 101011 0 1010100 1010000 1111 101100101 1001000 110010

Color Harmonies of #DA232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA232B

Black with #DA232B

Text Example


Text Example

White with #DA232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA232B; }

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

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

background-color css

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

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

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

border-color css

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

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

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