Html Css Color HEX #D3580D Tenne (Tawny)

📋 copy color: '#D3580D'

red 211 ◦ green 88 ◦ blue 13

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

Shades of Tenne (Tawny) #D3580D

Tints of Tenne (Tawny) #D3580D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.17%

R = 67.63%
G = 28.21%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3580D (or 0xD3580D) is known color: Tenne (Tawny). HEX triplet: D3, 58 and 0D. RGB value is (211,88,13). Sum of RGB (Red+Green+Blue) = 211+88+13=312 (41% of max value = 765). Red value is 211 (82.81% from 255 or 67.63% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 211 - color contains mainly: red. Hex color #D3580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D3580D is #2CA7F2. Grayscale: #747474. Windows color (decimal): -2926579 or 874707. OLE color: 874707.

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

Color convert

RGB 211 88 13 -
CMYK 0 0.58 0.94 0.17
HSL 22.73º 0.88% 0.44% -
HSV(B) 22.73º 0.94% 0.83% -
XYZ 30.43 20.86 2.8 -
YUV 116.23 69.75 195.6 -
System Red Green Blue C M Y K H S L
Decimal 211 88 13 0 0.58 0.94 0.17 22.73 0.88 0.44
Hex D3 58 D 0 3A 5E 11 17 58 2C
Octal 323 130 15 0 72 136 21 27 130 54
Binary 11010011 1011000 1101 0 111010 1011110 10001 10111 1011000 101100

Color Harmonies of #D3580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3580D

Black with #D3580D

Text Example


Text Example

White with #D3580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3580D; }

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

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

background-color css

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

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

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

border-color css

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

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

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