Html Css Color HEX #D2480D Tenne (Tawny)

📋 copy color: '#D2480D'

red 210 ◦ green 72 ◦ blue 13

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

Shades of Tenne (Tawny) #D2480D

Tints of Tenne (Tawny) #D2480D

RGB

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

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

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

R = 71.19%
G = 24.41%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2480D (or 0xD2480D) is known color: Tenne (Tawny). HEX triplet: D2, 48 and 0D. RGB value is (210,72,13). Sum of RGB (Red+Green+Blue) = 210+72+13=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D2480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2480D is #2DB7F2. Grayscale: #6A6A6A. Windows color (decimal): -2996211 or 870610. OLE color: 870610.

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

Color convert

RGB 210 72 13 -
CMYK 0 0.66 0.94 0.18
HSL 17.97º 0.88% 0.44% -
HSV(B) 17.97º 0.94% 0.82% -
XYZ 28.97 18.37 2.4 -
YUV 106.54 75.22 201.8 -
System Red Green Blue C M Y K H S L
Decimal 210 72 13 0 0.66 0.94 0.18 17.97 0.88 0.44
Hex D2 48 D 0 42 5E 12 12 58 2C
Octal 322 110 15 0 102 136 22 22 130 54
Binary 11010010 1001000 1101 0 1000010 1011110 10010 10010 1011000 101100

Color Harmonies of #D2480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2480D

Black with #D2480D

Text Example


Text Example

White with #D2480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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