Html Css Color HEX #D75305 Tenne (Tawny)

📋 copy color: '#D75305'

red 215 ◦ green 83 ◦ blue 5

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

Shades of Tenne (Tawny) #D75305

Tints of Tenne (Tawny) #D75305

RGB

 RED value IS 215 (84.38% from 255) = 70.96%

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

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

R = 70.96%
G = 27.39%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D75305 (or 0xD75305) is known color: Tenne (Tawny). HEX triplet: D7, 53 and 05. RGB value is (215,83,5). Sum of RGB (Red+Green+Blue) = 215+83+5=303 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.96% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 215 - color contains mainly: red. Hex color #D75305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75305 is #28ACFA. Grayscale: #727272. Windows color (decimal): -2665723 or 349143. OLE color: 349143.

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

Color convert

RGB 215 83 5 -
CMYK 0 0.61 0.98 0.16
HSL 22.29º 0.95% 0.43% -
HSV(B) 22.29º 0.98% 0.84% -
XYZ 31.14 20.64 2.49 -
YUV 113.58 66.73 200.34 -
System Red Green Blue C M Y K H S L
Decimal 215 83 5 0 0.61 0.98 0.16 22.29 0.95 0.43
Hex D7 53 5 0 3D 62 10 16 5F 2B
Octal 327 123 5 0 75 142 20 26 137 53
Binary 11010111 1010011 101 0 111101 1100010 10000 10110 1011111 101011

Color Harmonies of #D75305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75305

Black with #D75305

Text Example


Text Example

White with #D75305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75305; }

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

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

background-color css

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

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

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

border-color css

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

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

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