Html Css Color HEX #D75000 Tenne (Tawny)

📋 copy color: '#D75000'

red 215 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #D75000

Tints of Tenne (Tawny) #D75000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.88%
G = 27.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D75000 (or 0xD75000) is known color: Tenne (Tawny). HEX triplet: D7, 50 and 00. RGB value is (215,80,0). Sum of RGB (Red+Green+Blue) = 215+80+0=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D75000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75000 is #28AFFF. Grayscale: #6F6F6F. Windows color (decimal): -2666496 or 20695. OLE color: 20695.

HSL color Cylindrical-coordinate representation of color #D75000: hue angle of 22.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D75000 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 0 -
CMYK 0 0.63 1 0.16
HSL 22.33º 1% 0.42% -
HSV(B) 22.33º 1% 0.84% -
XYZ 30.89 20.18 2.27 -
YUV 111.25 65.23 202 -
System Red Green Blue C M Y K H S L
Decimal 215 80 0 0 0.63 1 0.16 22.33 1 0.42
Hex D7 50 0 0 3F 64 10 16 64 2A
Octal 327 120 0 0 77 144 20 26 144 52
Binary 11010111 1010000 0 0 111111 1100100 10000 10110 1100100 101010

Color Harmonies of #D75000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75000

Black with #D75000

Text Example


Text Example

White with #D75000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75000; }

 p { color: rgb(215,80,0); }

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

background-color css

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

 a { background-color: rgb(215,80,0); }

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

border-color css

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

 span { border-color: rgb(215,80,0); }

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