Html Css Color HEX #DB513C Cinnabar

📋 copy color: '#DB513C'

red 219 ◦ green 81 ◦ blue 60

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

Shades of Cinnabar #DB513C

Tints of Cinnabar #DB513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.5%

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

R = 60.83%
G = 22.5%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB513C (or 0xDB513C) is known color: Cinnabar. HEX triplet: DB, 51 and 3C. RGB value is (219,81,60). Sum of RGB (Red+Green+Blue) = 219+81+60=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 81 (32.03% from 255 or 22.5% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB513C is #24AEC3. Grayscale: #787878. Windows color (decimal): -2404036 or 3953115. OLE color: 3953115.

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

Color convert

RGB 219 81 60 -
CMYK 0 0.63 0.73 0.14
HSL 7.92º 0.69% 0.55% -
HSV(B) 7.92º 0.73% 0.86% -
XYZ 32.97 21.27 6.64 -
YUV 119.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 219 81 60 0 0.63 0.73 0.14 7.92 0.69 0.55
Hex DB 51 3C 0 3F 49 E 8 45 37
Octal 333 121 74 0 77 111 16 10 105 67
Binary 11011011 1010001 111100 0 111111 1001001 1110 1000 1000101 110111

Color Harmonies of #DB513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB513C

Black with #DB513C

Text Example


Text Example

White with #DB513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB513C; }

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

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

background-color css

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

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

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

border-color css

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

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

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