Html Css Color HEX #C25E10 Tenne (Tawny)

📋 copy color: '#C25E10'

red 194 ◦ green 94 ◦ blue 16

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

Shades of Tenne (Tawny) #C25E10

Tints of Tenne (Tawny) #C25E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 63.82%
G = 30.92%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C25E10 (or 0xC25E10) is known color: Tenne (Tawny). HEX triplet: C2, 5E and 10. RGB value is (194,94,16). Sum of RGB (Red+Green+Blue) = 194+94+16=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 94 (37.11% from 255 or 30.92% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25E10 is #3DA1EF. Grayscale: #737373. Windows color (decimal): -4039152 or 1072834. OLE color: 1072834.

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

Color convert

RGB 194 94 16 -
CMYK 0 0.52 0.92 0.24
HSL 26.29º 0.85% 0.41% -
HSV(B) 26.29º 0.92% 0.76% -
XYZ 26.34 19.51 2.87 -
YUV 115.01 72.13 184.34 -
System Red Green Blue C M Y K H S L
Decimal 194 94 16 0 0.52 0.92 0.24 26.29 0.85 0.41
Hex C2 5E 10 0 34 5C 18 1A 55 29
Octal 302 136 20 0 64 134 30 32 125 51
Binary 11000010 1011110 10000 0 110100 1011100 11000 11010 1010101 101001

Color Harmonies of #C25E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E10

Black with #C25E10

Text Example


Text Example

White with #C25E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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