Html Css Color HEX #D75213 Tenne (Tawny)

📋 copy color: '#D75213'

red 215 ◦ green 82 ◦ blue 19

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

Shades of Tenne (Tawny) #D75213

Tints of Tenne (Tawny) #D75213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 19 (7.81% from 255) = 6.01%

R = 68.04%
G = 25.95%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D75213 (or 0xD75213) is known color: Tenne (Tawny). HEX triplet: D7, 52 and 13. RGB value is (215,82,19). Sum of RGB (Red+Green+Blue) = 215+82+19=316 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.04% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 215 - color contains mainly: red. Hex color #D75213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75213 is #28ADEC. Grayscale: #727272. Windows color (decimal): -2665965 or 1266391. OLE color: 1266391.

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

Color convert

RGB 215 82 19 -
CMYK 0 0.62 0.91 0.16
HSL 19.29º 0.84% 0.46% -
HSV(B) 19.29º 0.91% 0.84% -
XYZ 31.16 20.53 2.94 -
YUV 114.59 74.06 199.62 -
System Red Green Blue C M Y K H S L
Decimal 215 82 19 0 0.62 0.91 0.16 19.29 0.84 0.46
Hex D7 52 13 0 3E 5B 10 13 54 2E
Octal 327 122 23 0 76 133 20 23 124 56
Binary 11010111 1010010 10011 0 111110 1011011 10000 10011 1010100 101110

Color Harmonies of #D75213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75213

Black with #D75213

Text Example


Text Example

White with #D75213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75213; }

 p { color: rgb(215,82,19); }

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

background-color css

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

 a { background-color: rgb(215,82,19); }

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

border-color css

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

 span { border-color: rgb(215,82,19); }

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