Html Css Color HEX #D2490E Tenne (Tawny)

📋 copy color: '#D2490E'

red 210 ◦ green 73 ◦ blue 14

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

Shades of Tenne (Tawny) #D2490E

Tints of Tenne (Tawny) #D2490E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.71%

R = 70.71%
G = 24.58%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2490E (or 0xD2490E) is known color: Tenne (Tawny). HEX triplet: D2, 49 and 0E. RGB value is (210,73,14). Sum of RGB (Red+Green+Blue) = 210+73+14=297 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.71% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 210 - color contains mainly: red. Hex color #D2490E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2490E is #2DB6F1. Grayscale: #6B6B6B. Windows color (decimal): -2995954 or 936402. OLE color: 936402.

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

Color convert

RGB 210 73 14 -
CMYK 0 0.65 0.93 0.18
HSL 18.06º 0.88% 0.44% -
HSV(B) 18.06º 0.93% 0.82% -
XYZ 29.04 18.5 2.46 -
YUV 107.24 75.39 201.3 -
System Red Green Blue C M Y K H S L
Decimal 210 73 14 0 0.65 0.93 0.18 18.06 0.88 0.44
Hex D2 49 E 0 41 5D 12 12 58 2C
Octal 322 111 16 0 101 135 22 22 130 54
Binary 11010010 1001001 1110 0 1000001 1011101 10010 10010 1011000 101100

Color Harmonies of #D2490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2490E

Black with #D2490E

Text Example


Text Example

White with #D2490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2490E; }

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

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

background-color css

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

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

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

border-color css

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

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

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