Html Css Color HEX #DB273C Alizarin

📋 copy color: '#DB273C'

red 219 ◦ green 39 ◦ blue 60

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

Shades of Alizarin #DB273C

Tints of Alizarin #DB273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.26%

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

R = 68.87%
G = 12.26%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB273C (or 0xDB273C) is known color: Alizarin. HEX triplet: DB, 27 and 3C. RGB value is (219,39,60). Sum of RGB (Red+Green+Blue) = 219+39+60=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB273C is #24D8C3. Grayscale: #5F5F5F. Windows color (decimal): -2414788 or 3942363. OLE color: 3942363.

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

Color convert

RGB 219 39 60 -
CMYK 0 0.82 0.73 0.14
HSL 353º 0.71% 0.51% -
HSV(B) 353º 0.82% 0.86% -
XYZ 30.75 16.84 5.9 -
YUV 95.21 108.13 216.29 -
System Red Green Blue C M Y K H S L
Decimal 219 39 60 0 0.82 0.73 0.14 353 0.71 0.51
Hex DB 27 3C 0 52 49 E 161 47 33
Octal 333 47 74 0 122 111 16 541 107 63
Binary 11011011 100111 111100 0 1010010 1001001 1110 101100001 1000111 110011

Color Harmonies of #DB273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB273C

Black with #DB273C

Text Example


Text Example

White with #DB273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB273C; }

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

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

background-color css

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

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

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

border-color css

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

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

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