Html Css Color HEX #DA233D Alizarin

📋 copy color: '#DA233D'

red 218 ◦ green 35 ◦ blue 61

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

Shades of Alizarin #DA233D

Tints of Alizarin #DA233D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 69.43%
G = 11.15%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DA233D (or 0xDA233D) is known color: Alizarin. HEX triplet: DA, 23 and 3D. RGB value is (218,35,61). Sum of RGB (Red+Green+Blue) = 218+35+61=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA233D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA233D is #25DCC2. Grayscale: #5C5C5C. Windows color (decimal): -2481347 or 4006874. OLE color: 4006874.

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

Color convert

RGB 218 35 61 -
CMYK 0 0.84 0.72 0.15
HSL 351.48º 0.72% 0.5% -
HSV(B) 351.48º 0.84% 0.85% -
XYZ 30.36 16.44 5.99 -
YUV 92.68 110.13 217.39 -
System Red Green Blue C M Y K H S L
Decimal 218 35 61 0 0.84 0.72 0.15 351.48 0.72 0.5
Hex DA 23 3D 0 54 48 F 15F 48 32
Octal 332 43 75 0 124 110 17 537 110 62
Binary 11011010 100011 111101 0 1010100 1001000 1111 101011111 1001000 110010

Color Harmonies of #DA233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA233D

Black with #DA233D

Text Example


Text Example

White with #DA233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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