Html Css Color HEX #D1480A Tenne (Tawny)

📋 copy color: '#D1480A'

red 209 ◦ green 72 ◦ blue 10

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

Shades of Tenne (Tawny) #D1480A

Tints of Tenne (Tawny) #D1480A

RGB

 RED value IS 209 (82.03% from 255) = 71.82%

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

 BLUE value IS 10 (4.3% from 255) = 3.44%

R = 71.82%
G = 24.74%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1480A (or 0xD1480A) is known color: Tenne (Tawny). HEX triplet: D1, 48 and 0A. RGB value is (209,72,10). Sum of RGB (Red+Green+Blue) = 209+72+10=291 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.82% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 209 - color contains mainly: red. Hex color #D1480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D1480A is #2EB7F5. Grayscale: #6A6A6A. Windows color (decimal): -3061750 or 674001. OLE color: 674001.

HSL color Cylindrical-coordinate representation of color #D1480A: hue angle of 18.69º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1480A is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 72 10 -
CMYK 0 0.66 0.95 0.18
HSL 18.69º 0.91% 0.43% -
HSV(B) 18.69º 0.95% 0.82% -
XYZ 28.67 18.21 2.29 -
YUV 105.9 73.89 201.54 -
System Red Green Blue C M Y K H S L
Decimal 209 72 10 0 0.66 0.95 0.18 18.69 0.91 0.43
Hex D1 48 A 0 42 5F 12 13 5B 2B
Octal 321 110 12 0 102 137 22 23 133 53
Binary 11010001 1001000 1010 0 1000010 1011111 10010 10011 1011011 101011

Color Harmonies of #D1480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1480A

Black with #D1480A

Text Example


Text Example

White with #D1480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1480A; }

 p { color: rgb(209,72,10); }

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

background-color css

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

 a { background-color: rgb(209,72,10); }

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

border-color css

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

 span { border-color: rgb(209,72,10); }

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