Html Css Color HEX #D75005 Tenne (Tawny)

📋 copy color: '#D75005'

red 215 ◦ green 80 ◦ blue 5

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

Shades of Tenne (Tawny) #D75005

Tints of Tenne (Tawny) #D75005

RGB

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

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

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

R = 71.67%
G = 26.67%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D75005 (or 0xD75005) is known color: Tenne (Tawny). HEX triplet: D7, 50 and 05. RGB value is (215,80,5). Sum of RGB (Red+Green+Blue) = 215+80+5=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 5 (2.34% from 255 or 1.67% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D75005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75005 is #28AFFA. Grayscale: #707070. Windows color (decimal): -2666491 or 348375. OLE color: 348375.

HSL color Cylindrical-coordinate representation of color #D75005: hue angle of 21.43º 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 #D75005 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 80 5 -
CMYK 0 0.63 0.98 0.16
HSL 21.43º 0.95% 0.43% -
HSV(B) 21.43º 0.98% 0.84% -
XYZ 30.92 20.2 2.41 -
YUV 111.82 67.73 201.6 -
System Red Green Blue C M Y K H S L
Decimal 215 80 5 0 0.63 0.98 0.16 21.43 0.95 0.43
Hex D7 50 5 0 3F 62 10 15 5F 2B
Octal 327 120 5 0 77 142 20 25 137 53
Binary 11010111 1010000 101 0 111111 1100010 10000 10101 1011111 101011

Color Harmonies of #D75005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75005

Black with #D75005

Text Example


Text Example

White with #D75005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75005; }

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

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

background-color css

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

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

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

border-color css

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

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

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