Html Css Color HEX #C25E11 Tenne (Tawny)

📋 copy color: '#C25E11'

red 194 ◦ green 94 ◦ blue 17

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

Shades of Tenne (Tawny) #C25E11

Tints of Tenne (Tawny) #C25E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.82%

 BLUE value IS 17 (7.03% from 255) = 5.57%

R = 63.61%
G = 30.82%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C25E11 (or 0xC25E11) is known color: Tenne (Tawny). HEX triplet: C2, 5E and 11. RGB value is (194,94,17). Sum of RGB (Red+Green+Blue) = 194+94+17=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25E11 is #3DA1EE. Grayscale: #737373. Windows color (decimal): -4039151 or 1138370. OLE color: 1138370.

HSL color Cylindrical-coordinate representation of color #C25E11: hue angle of 26.1º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C25E11 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 94 17 -
CMYK 0 0.52 0.91 0.24
HSL 26.1º 0.84% 0.41% -
HSV(B) 26.1º 0.91% 0.76% -
XYZ 26.35 19.52 2.91 -
YUV 115.12 72.63 184.26 -
System Red Green Blue C M Y K H S L
Decimal 194 94 17 0 0.52 0.91 0.24 26.1 0.84 0.41
Hex C2 5E 11 0 34 5B 18 1A 54 29
Octal 302 136 21 0 64 133 30 32 124 51
Binary 11000010 1011110 10001 0 110100 1011011 11000 11010 1010100 101001

Color Harmonies of #C25E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E11

Black with #C25E11

Text Example


Text Example

White with #C25E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E11; }

 p { color: rgb(194,94,17); }

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

background-color css

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

 a { background-color: rgb(194,94,17); }

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

border-color css

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

 span { border-color: rgb(194,94,17); }

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