Html Css Color HEX #D35305 Tenne (Tawny)

📋 copy color: '#D35305'

red 211 ◦ green 83 ◦ blue 5

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

Shades of Tenne (Tawny) #D35305

Tints of Tenne (Tawny) #D35305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

 BLUE value IS 5 (2.34% from 255) = 1.67%

R = 70.57%
G = 27.76%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D35305 (or 0xD35305) is known color: Tenne (Tawny). HEX triplet: D3, 53 and 05. RGB value is (211,83,5). Sum of RGB (Red+Green+Blue) = 211+83+5=299 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.57% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 211 - color contains mainly: red. Hex color #D35305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35305 is #2CACFA. Grayscale: #707070. Windows color (decimal): -2927867 or 349139. OLE color: 349139.

HSL color Cylindrical-coordinate representation of color #D35305: hue angle of 22.72º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D35305 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 83 5 -
CMYK 0 0.61 0.98 0.17
HSL 22.72º 0.95% 0.42% -
HSV(B) 22.72º 0.98% 0.83% -
XYZ 29.98 20.05 2.43 -
YUV 112.38 67.41 198.34 -
System Red Green Blue C M Y K H S L
Decimal 211 83 5 0 0.61 0.98 0.17 22.72 0.95 0.42
Hex D3 53 5 0 3D 62 11 17 5F 2A
Octal 323 123 5 0 75 142 21 27 137 52
Binary 11010011 1010011 101 0 111101 1100010 10001 10111 1011111 101010

Color Harmonies of #D35305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35305

Black with #D35305

Text Example


Text Example

White with #D35305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35305; }

 p { color: rgb(211,83,5); }

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

background-color css

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

 a { background-color: rgb(211,83,5); }

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

border-color css

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

 span { border-color: rgb(211,83,5); }

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