Html Css Color HEX #DB7135 Sorbus

📋 copy color: '#DB7135'

red 219 ◦ green 113 ◦ blue 53

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

Shades of Sorbus #DB7135

Tints of Sorbus #DB7135

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

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

R = 56.88%
G = 29.35%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB7135 (or 0xDB7135) is known color: Sorbus. HEX triplet: DB, 71 and 35. RGB value is (219,113,53). Sum of RGB (Red+Green+Blue) = 219+113+53=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 53 (21.09% from 255 or 13.77% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7135 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7135 is #248ECA. Grayscale: #8A8A8A. Windows color (decimal): -2395851 or 3502555. OLE color: 3502555.

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

Color convert

RGB 219 113 53 -
CMYK 0 0.48 0.76 0.14
HSL 21.69º 0.7% 0.53% -
HSV(B) 21.69º 0.76% 0.86% -
XYZ 35.76 27.13 6.72 -
YUV 137.85 80.12 185.88 -
System Red Green Blue C M Y K H S L
Decimal 219 113 53 0 0.48 0.76 0.14 21.69 0.7 0.53
Hex DB 71 35 0 30 4C E 16 46 35
Octal 333 161 65 0 60 114 16 26 106 65
Binary 11011011 1110001 110101 0 110000 1001100 1110 10110 1000110 110101

Color Harmonies of #DB7135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7135

Black with #DB7135

Text Example


Text Example

White with #DB7135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7135; }

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

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

background-color css

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

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

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

border-color css

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

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

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