Html Css Color HEX #D75F09 Tenne (Tawny)

📋 copy color: '#D75F09'

red 215 ◦ green 95 ◦ blue 9

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

Shades of Tenne (Tawny) #D75F09

Tints of Tenne (Tawny) #D75F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.78%

 BLUE value IS 9 (3.91% from 255) = 2.82%

R = 67.4%
G = 29.78%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D75F09 (or 0xD75F09) is known color: Tenne (Tawny). HEX triplet: D7, 5F and 09. RGB value is (215,95,9). Sum of RGB (Red+Green+Blue) = 215+95+9=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 9 (3.91% from 255 or 2.82% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D75F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75F09 is #28A0F6. Grayscale: #797979. Windows color (decimal): -2662647 or 614359. OLE color: 614359.

HSL color Cylindrical-coordinate representation of color #D75F09: hue angle of 25.05º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D75F09 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 95 9 -
CMYK 0 0.56 0.96 0.16
HSL 25.05º 0.92% 0.44% -
HSV(B) 25.05º 0.96% 0.84% -
XYZ 32.17 22.65 2.94 -
YUV 121.08 64.76 194.99 -
System Red Green Blue C M Y K H S L
Decimal 215 95 9 0 0.56 0.96 0.16 25.05 0.92 0.44
Hex D7 5F 9 0 38 60 10 19 5C 2C
Octal 327 137 11 0 70 140 20 31 134 54
Binary 11010111 1011111 1001 0 111000 1100000 10000 11001 1011100 101100

Color Harmonies of #D75F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75F09

Black with #D75F09

Text Example


Text Example

White with #D75F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75F09; }

 p { color: rgb(215,95,9); }

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

background-color css

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

 a { background-color: rgb(215,95,9); }

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

border-color css

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

 span { border-color: rgb(215,95,9); }

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