Html Css Color HEX #D0490D Tenne (Tawny)

📋 copy color: '#D0490D'

red 208 ◦ green 73 ◦ blue 13

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

Shades of Tenne (Tawny) #D0490D

Tints of Tenne (Tawny) #D0490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

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

R = 70.75%
G = 24.83%
B = 4.42%

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

#D0490D (or 0xD0490D) is known color: Tenne (Tawny). HEX triplet: D0, 49 and 0D. RGB value is (208,73,13). Sum of RGB (Red+Green+Blue) = 208+73+13=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 13 (5.47% from 255 or 4.42% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D0490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0490D is #2FB6F2. Grayscale: #6A6A6A. Windows color (decimal): -3127027 or 870864. OLE color: 870864.

HSL color Cylindrical-coordinate representation of color #D0490D: hue angle of 18.46º 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 #D0490D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 13 -
CMYK 0 0.65 0.94 0.18
HSL 18.46º 0.88% 0.43% -
HSV(B) 18.46º 0.94% 0.82% -
XYZ 28.47 18.2 2.39 -
YUV 106.53 75.23 200.38 -
System Red Green Blue C M Y K H S L
Decimal 208 73 13 0 0.65 0.94 0.18 18.46 0.88 0.43
Hex D0 49 D 0 41 5E 12 12 58 2B
Octal 320 111 15 0 101 136 22 22 130 53
Binary 11010000 1001001 1101 0 1000001 1011110 10010 10010 1011000 101011

Color Harmonies of #D0490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0490D

Black with #D0490D

Text Example


Text Example

White with #D0490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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