Html Css Color HEX #DB5135 Cinnabar

📋 copy color: '#DB5135'

red 219 ◦ green 81 ◦ blue 53

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

Shades of Cinnabar #DB5135

Tints of Cinnabar #DB5135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.01%

R = 62.04%
G = 22.95%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB5135 (or 0xDB5135) is known color: Cinnabar. HEX triplet: DB, 51 and 35. RGB value is (219,81,53). Sum of RGB (Red+Green+Blue) = 219+81+53=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 53 (21.09% from 255 or 15.01% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5135 is #24AECA. Grayscale: #777777. Windows color (decimal): -2404043 or 3494363. OLE color: 3494363.

HSL color Cylindrical-coordinate representation of color #DB5135: hue angle of 10.12º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB5135 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 53 -
CMYK 0 0.63 0.76 0.14
HSL 10.12º 0.7% 0.53% -
HSV(B) 10.12º 0.76% 0.86% -
XYZ 32.8 21.2 5.73 -
YUV 119.07 90.72 199.28 -
System Red Green Blue C M Y K H S L
Decimal 219 81 53 0 0.63 0.76 0.14 10.12 0.7 0.53
Hex DB 51 35 0 3F 4C E A 46 35
Octal 333 121 65 0 77 114 16 12 106 65
Binary 11011011 1010001 110101 0 111111 1001100 1110 1010 1000110 110101

Color Harmonies of #DB5135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5135

Black with #DB5135

Text Example


Text Example

White with #DB5135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5135; }

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

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

background-color css

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

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

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

border-color css

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

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

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