Html Css Color HEX #D0500A Tenne (Tawny)

📋 copy color: '#D0500A'

red 208 ◦ green 80 ◦ blue 10

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

Shades of Tenne (Tawny) #D0500A

Tints of Tenne (Tawny) #D0500A

RGB

 RED value IS 208 (81.64% from 255) = 69.8%

 GREEN value IS 80 (31.64% from 255) = 26.85%

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

R = 69.8%
G = 26.85%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D0500A (or 0xD0500A) is known color: Tenne (Tawny). HEX triplet: D0, 50 and 0A. RGB value is (208,80,10). Sum of RGB (Red+Green+Blue) = 208+80+10=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 10 (4.30% from 255 or 3.36% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D0500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0500A is #2FAFF5. Grayscale: #6E6E6E. Windows color (decimal): -3125238 or 676048. OLE color: 676048.

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

Color convert

RGB 208 80 10 -
CMYK 0 0.62 0.95 0.18
HSL 21.21º 0.91% 0.43% -
HSV(B) 21.21º 0.95% 0.82% -
XYZ 28.94 19.17 2.46 -
YUV 110.29 71.41 197.69 -
System Red Green Blue C M Y K H S L
Decimal 208 80 10 0 0.62 0.95 0.18 21.21 0.91 0.43
Hex D0 50 A 0 3E 5F 12 15 5B 2B
Octal 320 120 12 0 76 137 22 25 133 53
Binary 11010000 1010000 1010 0 111110 1011111 10010 10101 1011011 101011

Color Harmonies of #D0500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0500A

Black with #D0500A

Text Example


Text Example

White with #D0500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0500A; }

 p { color: rgb(208,80,10); }

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

background-color css

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

 a { background-color: rgb(208,80,10); }

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

border-color css

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

 span { border-color: rgb(208,80,10); }

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