Html Css Color HEX #DB233C Alizarin

📋 copy color: '#DB233C'

red 219 ◦ green 35 ◦ blue 60

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

Shades of Alizarin #DB233C

Tints of Alizarin #DB233C

RGB

 RED value IS 219 (85.94% from 255) = 69.75%

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

 BLUE value IS 60 (23.83% from 255) = 19.11%

R = 69.75%
G = 11.15%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB233C (or 0xDB233C) is known color: Alizarin. HEX triplet: DB, 23 and 3C. RGB value is (219,35,60). Sum of RGB (Red+Green+Blue) = 219+35+60=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB233C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB233C is #24DCC3. Grayscale: #5C5C5C. Windows color (decimal): -2415812 or 3941339. OLE color: 3941339.

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

Color convert

RGB 219 35 60 -
CMYK 0 0.84 0.73 0.14
HSL 351.85º 0.72% 0.5% -
HSV(B) 351.85º 0.84% 0.86% -
XYZ 30.63 16.59 5.86 -
YUV 92.87 109.46 217.97 -
System Red Green Blue C M Y K H S L
Decimal 219 35 60 0 0.84 0.73 0.14 351.85 0.72 0.5
Hex DB 23 3C 0 54 49 E 160 48 32
Octal 333 43 74 0 124 111 16 540 110 62
Binary 11011011 100011 111100 0 1010100 1001001 1110 101100000 1001000 110010

Color Harmonies of #DB233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB233C

Black with #DB233C

Text Example


Text Example

White with #DB233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB233C; }

 p { color: rgb(219,35,60); }

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

background-color css

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

 a { background-color: rgb(219,35,60); }

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

border-color css

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

 span { border-color: rgb(219,35,60); }

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