Html Css Color HEX #C25515 Tenne (Tawny)

📋 copy color: '#C25515'

red 194 ◦ green 85 ◦ blue 21

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

Shades of Tenne (Tawny) #C25515

Tints of Tenne (Tawny) #C25515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

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

R = 64.67%
G = 28.33%
B = 7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C25515 (or 0xC25515) is known color: Tenne (Tawny). HEX triplet: C2, 55 and 15. RGB value is (194,85,21). Sum of RGB (Red+Green+Blue) = 194+85+21=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 21 (8.59% from 255 or 7% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C25515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25515 is #3DAAEA. Grayscale: #6E6E6E. Windows color (decimal): -4041451 or 1398210. OLE color: 1398210.

HSL color Cylindrical-coordinate representation of color #C25515: hue angle of 22.2º 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 #C25515 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 85 21 -
CMYK 0 0.56 0.89 0.24
HSL 22.2º 0.8% 0.42% -
HSV(B) 22.2º 0.89% 0.76% -
XYZ 25.63 18.02 2.84 -
YUV 110.3 77.61 187.7 -
System Red Green Blue C M Y K H S L
Decimal 194 85 21 0 0.56 0.89 0.24 22.2 0.8 0.42
Hex C2 55 15 0 38 59 18 16 50 2A
Octal 302 125 25 0 70 131 30 26 120 52
Binary 11000010 1010101 10101 0 111000 1011001 11000 10110 1010000 101010

Color Harmonies of #C25515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25515

Black with #C25515

Text Example


Text Example

White with #C25515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25515; }

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

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

background-color css

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

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

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

border-color css

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

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

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