Html Css Color HEX #DA233B Alizarin

📋 copy color: '#DA233B'

red 218 ◦ green 35 ◦ blue 59

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

Shades of Alizarin #DA233B

Tints of Alizarin #DA233B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 69.87%
G = 11.22%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#DA233B (or 0xDA233B) is known color: Alizarin. HEX triplet: DA, 23 and 3B. RGB value is (218,35,59). Sum of RGB (Red+Green+Blue) = 218+35+59=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 35 (14.06% from 255 or 11.22% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA233B is #25DCC4. Grayscale: #5C5C5C. Windows color (decimal): -2481349 or 3875802. OLE color: 3875802.

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

Color convert

RGB 218 35 59 -
CMYK 0 0.84 0.73 0.15
HSL 352.13º 0.72% 0.5% -
HSV(B) 352.13º 0.84% 0.85% -
XYZ 30.3 16.42 5.71 -
YUV 92.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 218 35 59 0 0.84 0.73 0.15 352.13 0.72 0.5
Hex DA 23 3B 0 54 49 F 160 48 32
Octal 332 43 73 0 124 111 17 540 110 62
Binary 11011010 100011 111011 0 1010100 1001001 1111 101100000 1001000 110010

Color Harmonies of #DA233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA233B

Black with #DA233B

Text Example


Text Example

White with #DA233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA233B; }

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

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

background-color css

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

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

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

border-color css

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

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

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