Html Css Color HEX #D75105 Tenne (Tawny)

📋 copy color: '#D75105'

red 215 ◦ green 81 ◦ blue 5

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

Shades of Tenne (Tawny) #D75105

Tints of Tenne (Tawny) #D75105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

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

R = 71.43%
G = 26.91%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D75105 (or 0xD75105) is known color: Tenne (Tawny). HEX triplet: D7, 51 and 05. RGB value is (215,81,5). Sum of RGB (Red+Green+Blue) = 215+81+5=301 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.43% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 215 - color contains mainly: red. Hex color #D75105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75105 is #28AEFA. Grayscale: #707070. Windows color (decimal): -2666235 or 348631. OLE color: 348631.

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

Color convert

RGB 215 81 5 -
CMYK 0 0.62 0.98 0.16
HSL 21.71º 0.95% 0.43% -
HSV(B) 21.71º 0.98% 0.84% -
XYZ 30.99 20.34 2.44 -
YUV 112.4 67.39 201.18 -
System Red Green Blue C M Y K H S L
Decimal 215 81 5 0 0.62 0.98 0.16 21.71 0.95 0.43
Hex D7 51 5 0 3E 62 10 16 5F 2B
Octal 327 121 5 0 76 142 20 26 137 53
Binary 11010111 1010001 101 0 111110 1100010 10000 10110 1011111 101011

Color Harmonies of #D75105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75105

Black with #D75105

Text Example


Text Example

White with #D75105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75105; }

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

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

background-color css

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

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

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

border-color css

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

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

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