Html Css Color HEX #D5560B Tenne (Tawny)

📋 copy color: '#D5560B'

red 213 ◦ green 86 ◦ blue 11

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

Shades of Tenne (Tawny) #D5560B

Tints of Tenne (Tawny) #D5560B

RGB

 RED value IS 213 (83.59% from 255) = 68.71%

 GREEN value IS 86 (33.98% from 255) = 27.74%

 BLUE value IS 11 (4.69% from 255) = 3.55%

R = 68.71%
G = 27.74%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5560B (or 0xD5560B) is known color: Tenne (Tawny). HEX triplet: D5, 56 and 0B. RGB value is (213,86,11). Sum of RGB (Red+Green+Blue) = 213+86+11=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D5560B is #2AA9F4. Grayscale: #737373. Windows color (decimal): -2796021 or 743125. OLE color: 743125.

HSL color Cylindrical-coordinate representation of color #D5560B: hue angle of 22.28º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D5560B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 86 11 -
CMYK 0 0.60 0.95 0.16
HSL 22.28º 0.9% 0.44% -
HSV(B) 22.28º 0.95% 0.84% -
XYZ 30.83 20.83 2.71 -
YUV 115.42 69.08 197.6 -
System Red Green Blue C M Y K H S L
Decimal 213 86 11 0 0.60 0.95 0.16 22.28 0.9 0.44
Hex D5 56 B 0 3C 5F 10 16 5A 2C
Octal 325 126 13 0 74 137 20 26 132 54
Binary 11010101 1010110 1011 0 111100 1011111 10000 10110 1011010 101100

Color Harmonies of #D5560B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5560B

Black with #D5560B

Text Example


Text Example

White with #D5560B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5560B; }

 p { color: rgb(213,86,11); }

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

background-color css

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

 a { background-color: rgb(213,86,11); }

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

border-color css

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

 span { border-color: rgb(213,86,11); }

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