Html Css Color HEX #D35013 Tenne (Tawny)

📋 copy color: '#D35013'

red 211 ◦ green 80 ◦ blue 19

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

Shades of Tenne (Tawny) #D35013

Tints of Tenne (Tawny) #D35013

RGB

 RED value IS 211 (82.81% from 255) = 68.06%

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

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

R = 68.06%
G = 25.81%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D35013 (or 0xD35013) is known color: Tenne (Tawny). HEX triplet: D3, 50 and 13. RGB value is (211,80,19). Sum of RGB (Red+Green+Blue) = 211+80+19=310 (41% of max value = 765). Red value is 211 (82.81% from 255 or 68.06% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 211 - color contains mainly: red. Hex color #D35013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35013 is #2CAFEC. Grayscale: #707070. Windows color (decimal): -2928621 or 1265875. OLE color: 1265875.

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

Color convert

RGB 211 80 19 -
CMYK 0 0.62 0.91 0.17
HSL 19.06º 0.83% 0.45% -
HSV(B) 19.06º 0.91% 0.83% -
XYZ 29.85 19.63 2.83 -
YUV 112.22 75.4 198.46 -
System Red Green Blue C M Y K H S L
Decimal 211 80 19 0 0.62 0.91 0.17 19.06 0.83 0.45
Hex D3 50 13 0 3E 5B 11 13 53 2D
Octal 323 120 23 0 76 133 21 23 123 55
Binary 11010011 1010000 10011 0 111110 1011011 10001 10011 1010011 101101

Color Harmonies of #D35013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35013

Black with #D35013

Text Example


Text Example

White with #D35013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35013; }

 p { color: rgb(211,80,19); }

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

background-color css

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

 a { background-color: rgb(211,80,19); }

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

border-color css

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

 span { border-color: rgb(211,80,19); }

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