Html Css Color HEX #D04B13 Tenne (Tawny)

📋 copy color: '#D04B13'

red 208 ◦ green 75 ◦ blue 19

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

Shades of Tenne (Tawny) #D04B13

Tints of Tenne (Tawny) #D04B13

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.83%

 BLUE value IS 19 (7.81% from 255) = 6.29%

R = 68.87%
G = 24.83%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D04B13 (or 0xD04B13) is known color: Tenne (Tawny). HEX triplet: D0, 4B and 13. RGB value is (208,75,19). Sum of RGB (Red+Green+Blue) = 208+75+19=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04B13 is #2FB4EC. Grayscale: #6C6C6C. Windows color (decimal): -3126509 or 1264592. OLE color: 1264592.

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

Color convert

RGB 208 75 19 -
CMYK 0 0.64 0.91 0.18
HSL 17.78º 0.83% 0.45% -
HSV(B) 17.78º 0.91% 0.82% -
XYZ 28.65 18.49 2.68 -
YUV 108.38 77.56 199.05 -
System Red Green Blue C M Y K H S L
Decimal 208 75 19 0 0.64 0.91 0.18 17.78 0.83 0.45
Hex D0 4B 13 0 40 5B 12 12 53 2D
Octal 320 113 23 0 100 133 22 22 123 55
Binary 11010000 1001011 10011 0 1000000 1011011 10010 10010 1010011 101101

Color Harmonies of #D04B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04B13

Black with #D04B13

Text Example


Text Example

White with #D04B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04B13; }

 p { color: rgb(208,75,19); }

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

background-color css

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

 a { background-color: rgb(208,75,19); }

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

border-color css

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

 span { border-color: rgb(208,75,19); }

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