Html Css Color HEX #D2490D Tenne (Tawny)

📋 copy color: '#D2490D'

red 210 ◦ green 73 ◦ blue 13

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

Shades of Tenne (Tawny) #D2490D

Tints of Tenne (Tawny) #D2490D

RGB

 RED value IS 210 (82.42% from 255) = 70.95%

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

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

R = 70.95%
G = 24.66%
B = 4.39%

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

#D2490D (or 0xD2490D) is known color: Tenne (Tawny). HEX triplet: D2, 49 and 0D. RGB value is (210,73,13). Sum of RGB (Red+Green+Blue) = 210+73+13=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D2490D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2490D is #2DB6F2. Grayscale: #6B6B6B. Windows color (decimal): -2995955 or 870866. OLE color: 870866.

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

Color convert

RGB 210 73 13 -
CMYK 0 0.65 0.94 0.18
HSL 18.27º 0.88% 0.44% -
HSV(B) 18.27º 0.94% 0.82% -
XYZ 29.03 18.5 2.42 -
YUV 107.12 74.89 201.38 -
System Red Green Blue C M Y K H S L
Decimal 210 73 13 0 0.65 0.94 0.18 18.27 0.88 0.44
Hex D2 49 D 0 41 5E 12 12 58 2C
Octal 322 111 15 0 101 136 22 22 130 54
Binary 11010010 1001001 1101 0 1000001 1011110 10010 10010 1011000 101100

Color Harmonies of #D2490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2490D

Black with #D2490D

Text Example


Text Example

White with #D2490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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