Html Css Color HEX #D0500B Tenne (Tawny)

📋 copy color: '#D0500B'

red 208 ◦ green 80 ◦ blue 11

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

Shades of Tenne (Tawny) #D0500B

Tints of Tenne (Tawny) #D0500B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.68%

R = 69.57%
G = 26.76%
B = 3.68%

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

#D0500B (or 0xD0500B) is known color: Tenne (Tawny). HEX triplet: D0, 50 and 0B. RGB value is (208,80,11). Sum of RGB (Red+Green+Blue) = 208+80+11=299 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.57% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 208 - color contains mainly: red. Hex color #D0500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0500B is #2FAFF4. Grayscale: #6E6E6E. Windows color (decimal): -3125237 or 741584. OLE color: 741584.

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

Color convert

RGB 208 80 11 -
CMYK 0 0.62 0.95 0.18
HSL 21.02º 0.9% 0.43% -
HSV(B) 21.02º 0.95% 0.82% -
XYZ 28.94 19.17 2.49 -
YUV 110.41 71.91 197.61 -
System Red Green Blue C M Y K H S L
Decimal 208 80 11 0 0.62 0.95 0.18 21.02 0.9 0.43
Hex D0 50 B 0 3E 5F 12 15 5A 2B
Octal 320 120 13 0 76 137 22 25 132 53
Binary 11010000 1010000 1011 0 111110 1011111 10010 10101 1011010 101011

Color Harmonies of #D0500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0500B

Black with #D0500B

Text Example


Text Example

White with #D0500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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