Html Css Color HEX #D2490F Tenne (Tawny)

📋 copy color: '#D2490F'

red 210 ◦ green 73 ◦ blue 15

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

Shades of Tenne (Tawny) #D2490F

Tints of Tenne (Tawny) #D2490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.03%

R = 70.47%
G = 24.5%
B = 5.03%

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

#D2490F (or 0xD2490F) is known color: Tenne (Tawny). HEX triplet: D2, 49 and 0F. RGB value is (210,73,15). Sum of RGB (Red+Green+Blue) = 210+73+15=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 73 (28.91% from 255 or 24.50% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D2490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2490F is #2DB6F0. Grayscale: #6B6B6B. Windows color (decimal): -2995953 or 1001938. OLE color: 1001938.

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

Color convert

RGB 210 73 15 -
CMYK 0 0.65 0.93 0.18
HSL 17.85º 0.87% 0.44% -
HSV(B) 17.85º 0.93% 0.82% -
XYZ 29.05 18.5 2.49 -
YUV 107.35 75.89 201.22 -
System Red Green Blue C M Y K H S L
Decimal 210 73 15 0 0.65 0.93 0.18 17.85 0.87 0.44
Hex D2 49 F 0 41 5D 12 12 57 2C
Octal 322 111 17 0 101 135 22 22 127 54
Binary 11010010 1001001 1111 0 1000001 1011101 10010 10010 1010111 101100

Color Harmonies of #D2490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2490F

Black with #D2490F

Text Example


Text Example

White with #D2490F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2490F; }

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

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

background-color css

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

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

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

border-color css

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

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

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