Html Css Color HEX #D3580B Tenne (Tawny)

📋 copy color: '#D3580B'

red 211 ◦ green 88 ◦ blue 11

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

Shades of Tenne (Tawny) #D3580B

Tints of Tenne (Tawny) #D3580B

RGB

 RED value IS 211 (82.81% from 255) = 68.06%

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 68.06%
G = 28.39%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.17

RGB Variations

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

Color information

#D3580B (or 0xD3580B) is known color: Tenne (Tawny). HEX triplet: D3, 58 and 0B. RGB value is (211,88,11). Sum of RGB (Red+Green+Blue) = 211+88+11=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 11 (4.69% from 255 or 3.55% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D3580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3580B is #2CA7F4. Grayscale: #747474. Windows color (decimal): -2926581 or 743635. OLE color: 743635.

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

Color convert

RGB 211 88 11 -
CMYK 0 0.58 0.95 0.17
HSL 23.1º 0.9% 0.44% -
HSV(B) 23.1º 0.95% 0.83% -
XYZ 30.41 20.85 2.74 -
YUV 116 68.75 195.76 -
System Red Green Blue C M Y K H S L
Decimal 211 88 11 0 0.58 0.95 0.17 23.1 0.9 0.44
Hex D3 58 B 0 3A 5F 11 17 5A 2C
Octal 323 130 13 0 72 137 21 27 132 54
Binary 11010011 1011000 1011 0 111010 1011111 10001 10111 1011010 101100

Color Harmonies of #D3580B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3580B

Black with #D3580B

Text Example


Text Example

White with #D3580B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3580B; }

 p { color: rgb(211,88,11); }

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

background-color css

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

 a { background-color: rgb(211,88,11); }

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

border-color css

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

 span { border-color: rgb(211,88,11); }

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