Html Css Color HEX #C25714 Tenne (Tawny)

📋 copy color: '#C25714'

red 194 ◦ green 87 ◦ blue 20

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

Shades of Tenne (Tawny) #C25714

Tints of Tenne (Tawny) #C25714

RGB

 RED value IS 194 (76.17% from 255) = 64.45%

 GREEN value IS 87 (34.38% from 255) = 28.9%

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 64.45%
G = 28.9%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C25714 (or 0xC25714) is known color: Tenne (Tawny). HEX triplet: C2, 57 and 14. RGB value is (194,87,20). Sum of RGB (Red+Green+Blue) = 194+87+20=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C25714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25714 is #3DA8EB. Grayscale: #6F6F6F. Windows color (decimal): -4040940 or 1333186. OLE color: 1333186.

HSL color Cylindrical-coordinate representation of color #C25714: hue angle of 23.1º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C25714 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 87 20 -
CMYK 0 0.55 0.90 0.24
HSL 23.1º 0.81% 0.42% -
HSV(B) 23.1º 0.9% 0.76% -
XYZ 25.78 18.34 2.84 -
YUV 111.36 76.45 186.95 -
System Red Green Blue C M Y K H S L
Decimal 194 87 20 0 0.55 0.90 0.24 23.1 0.81 0.42
Hex C2 57 14 0 37 5A 18 17 51 2A
Octal 302 127 24 0 67 132 30 27 121 52
Binary 11000010 1010111 10100 0 110111 1011010 11000 10111 1010001 101010

Color Harmonies of #C25714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25714

Black with #C25714

Text Example


Text Example

White with #C25714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25714; }

 p { color: rgb(194,87,20); }

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

background-color css

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

 a { background-color: rgb(194,87,20); }

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

border-color css

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

 span { border-color: rgb(194,87,20); }

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