Html Css Color HEX #C25815 Tenne (Tawny)

📋 copy color: '#C25815'

red 194 ◦ green 88 ◦ blue 21

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

Shades of Tenne (Tawny) #C25815

Tints of Tenne (Tawny) #C25815

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 64.03%
G = 29.04%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C25815 (or 0xC25815) is known color: Tenne (Tawny). HEX triplet: C2, 58 and 15. RGB value is (194,88,21). Sum of RGB (Red+Green+Blue) = 194+88+21=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C25815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25815 is #3DA7EA. Grayscale: #707070. Windows color (decimal): -4040683 or 1398978. OLE color: 1398978.

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

Color convert

RGB 194 88 21 -
CMYK 0 0.55 0.89 0.24
HSL 23.24º 0.8% 0.42% -
HSV(B) 23.24º 0.89% 0.76% -
XYZ 25.87 18.5 2.92 -
YUV 112.06 76.62 186.45 -
System Red Green Blue C M Y K H S L
Decimal 194 88 21 0 0.55 0.89 0.24 23.24 0.8 0.42
Hex C2 58 15 0 37 59 18 17 50 2A
Octal 302 130 25 0 67 131 30 27 120 52
Binary 11000010 1011000 10101 0 110111 1011001 11000 10111 1010000 101010

Color Harmonies of #C25815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25815

Black with #C25815

Text Example


Text Example

White with #C25815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25815; }

 p { color: rgb(194,88,21); }

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

background-color css

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

 a { background-color: rgb(194,88,21); }

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

border-color css

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

 span { border-color: rgb(194,88,21); }

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