Html Css Color HEX #D0480D Tenne (Tawny)

📋 copy color: '#D0480D'

red 208 ◦ green 72 ◦ blue 13

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

Shades of Tenne (Tawny) #D0480D

Tints of Tenne (Tawny) #D0480D

RGB

 RED value IS 208 (81.64% from 255) = 70.99%

 GREEN value IS 72 (28.52% from 255) = 24.57%

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

R = 70.99%
G = 24.57%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0480D (or 0xD0480D) is known color: Tenne (Tawny). HEX triplet: D0, 48 and 0D. RGB value is (208,72,13). Sum of RGB (Red+Green+Blue) = 208+72+13=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D0480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0480D is #2FB7F2. Grayscale: #6A6A6A. Windows color (decimal): -3127283 or 870608. OLE color: 870608.

HSL color Cylindrical-coordinate representation of color #D0480D: hue angle of 18.15º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0480D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 72 13 -
CMYK 0 0.65 0.94 0.18
HSL 18.15º 0.88% 0.43% -
HSV(B) 18.15º 0.94% 0.82% -
XYZ 28.4 18.07 2.37 -
YUV 105.94 75.56 200.8 -
System Red Green Blue C M Y K H S L
Decimal 208 72 13 0 0.65 0.94 0.18 18.15 0.88 0.43
Hex D0 48 D 0 41 5E 12 12 58 2B
Octal 320 110 15 0 101 136 22 22 130 53
Binary 11010000 1001000 1101 0 1000001 1011110 10010 10010 1011000 101011

Color Harmonies of #D0480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0480D

Black with #D0480D

Text Example


Text Example

White with #D0480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0480D; }

 p { color: rgb(208,72,13); }

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

background-color css

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

 a { background-color: rgb(208,72,13); }

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

border-color css

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

 span { border-color: rgb(208,72,13); }

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