Html Css Color HEX #D75A0D Tenne (Tawny)

📋 copy color: '#D75A0D'

red 215 ◦ green 90 ◦ blue 13

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

Shades of Tenne (Tawny) #D75A0D

Tints of Tenne (Tawny) #D75A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.3%

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 67.61%
G = 28.3%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D75A0D (or 0xD75A0D) is known color: Tenne (Tawny). HEX triplet: D7, 5A and 0D. RGB value is (215,90,13). Sum of RGB (Red+Green+Blue) = 215+90+13=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75A0D is #28A5F2. Grayscale: #777777. Windows color (decimal): -2663923 or 875223. OLE color: 875223.

HSL color Cylindrical-coordinate representation of color #D75A0D: hue angle of 22.87º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D75A0D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 90 13 -
CMYK 0 0.58 0.94 0.16
HSL 22.87º 0.89% 0.45% -
HSV(B) 22.87º 0.94% 0.84% -
XYZ 31.75 21.79 2.91 -
YUV 118.6 68.41 196.76 -
System Red Green Blue C M Y K H S L
Decimal 215 90 13 0 0.58 0.94 0.16 22.87 0.89 0.45
Hex D7 5A D 0 3A 5E 10 17 59 2D
Octal 327 132 15 0 72 136 20 27 131 55
Binary 11010111 1011010 1101 0 111010 1011110 10000 10111 1011001 101101

Color Harmonies of #D75A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A0D

Black with #D75A0D

Text Example


Text Example

White with #D75A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A0D; }

 p { color: rgb(215,90,13); }

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

background-color css

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

 a { background-color: rgb(215,90,13); }

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

border-color css

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

 span { border-color: rgb(215,90,13); }

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