Html Css Color HEX #DA232E Alizarin

📋 copy color: '#DA232E'

red 218 ◦ green 35 ◦ blue 46

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

Shades of Alizarin #DA232E

Tints of Alizarin #DA232E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.38%

R = 72.91%
G = 11.71%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA232E (or 0xDA232E) is known color: Alizarin. HEX triplet: DA, 23 and 2E. RGB value is (218,35,46). Sum of RGB (Red+Green+Blue) = 218+35+46=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 35 (14.06% from 255 or 11.71% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA232E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA232E is #25DCD1. Grayscale: #5B5B5B. Windows color (decimal): -2481362 or 3023834. OLE color: 3023834.

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

Color convert

RGB 218 35 46 -
CMYK 0 0.84 0.79 0.15
HSL 356.39º 0.72% 0.5% -
HSV(B) 356.39º 0.84% 0.85% -
XYZ 30.01 16.3 4.15 -
YUV 90.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 218 35 46 0 0.84 0.79 0.15 356.39 0.72 0.5
Hex DA 23 2E 0 54 4F F 164 48 32
Octal 332 43 56 0 124 117 17 544 110 62
Binary 11011010 100011 101110 0 1010100 1001111 1111 101100100 1001000 110010

Color Harmonies of #DA232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA232E

Black with #DA232E

Text Example


Text Example

White with #DA232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA232E; }

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

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

background-color css

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

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

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

border-color css

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

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

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