Html Css Color HEX #DB473C Cinnabar

📋 copy color: '#DB473C'

red 219 ◦ green 71 ◦ blue 60

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

Shades of Cinnabar #DB473C

Tints of Cinnabar #DB473C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.29%

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

R = 62.57%
G = 20.29%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB473C (or 0xDB473C) is known color: Cinnabar. HEX triplet: DB, 47 and 3C. RGB value is (219,71,60). Sum of RGB (Red+Green+Blue) = 219+71+60=350 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.57% from 350); Green value is 71 (28.12% from 255 or 20.29% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 219 - color contains mainly: red. Hex color #DB473C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB473C is #24B8C3. Grayscale: #727272. Windows color (decimal): -2406596 or 3950555. OLE color: 3950555.

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

Color convert

RGB 219 71 60 -
CMYK 0 0.68 0.73 0.14
HSL 4.15º 0.69% 0.55% -
HSV(B) 4.15º 0.73% 0.86% -
XYZ 32.28 19.89 6.41 -
YUV 114 97.53 202.89 -
System Red Green Blue C M Y K H S L
Decimal 219 71 60 0 0.68 0.73 0.14 4.15 0.69 0.55
Hex DB 47 3C 0 44 49 E 4 45 37
Octal 333 107 74 0 104 111 16 4 105 67
Binary 11011011 1000111 111100 0 1000100 1001001 1110 100 1000101 110111

Color Harmonies of #DB473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB473C

Black with #DB473C

Text Example


Text Example

White with #DB473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB473C; }

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

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

background-color css

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

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

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

border-color css

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

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

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