Html Css Color HEX #C75212 Tenne (Tawny)

📋 copy color: '#C75212'

red 199 ◦ green 82 ◦ blue 18

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

Shades of Tenne (Tawny) #C75212

Tints of Tenne (Tawny) #C75212

RGB

 RED value IS 199 (78.13% from 255) = 66.56%

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

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 66.56%
G = 27.42%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C75212 (or 0xC75212) is known color: Tenne (Tawny). HEX triplet: C7, 52 and 12. RGB value is (199,82,18). Sum of RGB (Red+Green+Blue) = 199+82+18=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C75212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75212 is #38ADED. Grayscale: #6E6E6E. Windows color (decimal): -3714542 or 1200839. OLE color: 1200839.

HSL color Cylindrical-coordinate representation of color #C75212: hue angle of 21.22º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C75212 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 82 18 -
CMYK 0 0.59 0.91 0.22
HSL 21.22º 0.83% 0.43% -
HSV(B) 21.22º 0.91% 0.78% -
XYZ 26.68 18.22 2.68 -
YUV 109.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 199 82 18 0 0.59 0.91 0.22 21.22 0.83 0.43
Hex C7 52 12 0 3B 5B 16 15 53 2B
Octal 307 122 22 0 73 133 26 25 123 53
Binary 11000111 1010010 10010 0 111011 1011011 10110 10101 1010011 101011

Color Harmonies of #C75212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75212

Black with #C75212

Text Example


Text Example

White with #C75212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75212; }

 p { color: rgb(199,82,18); }

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

background-color css

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

 a { background-color: rgb(199,82,18); }

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

border-color css

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

 span { border-color: rgb(199,82,18); }

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