Html Css Color HEX #C25310 Tenne (Tawny)

📋 copy color: '#C25310'

red 194 ◦ green 83 ◦ blue 16

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

Shades of Tenne (Tawny) #C25310

Tints of Tenne (Tawny) #C25310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

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

R = 66.21%
G = 28.33%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C25310 (or 0xC25310) is known color: Tenne (Tawny). HEX triplet: C2, 53 and 10. RGB value is (194,83,16). Sum of RGB (Red+Green+Blue) = 194+83+16=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C25310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25310 is #3DACEF. Grayscale: #6C6C6C. Windows color (decimal): -4041968 or 1070018. OLE color: 1070018.

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

Color convert

RGB 194 83 16 -
CMYK 0 0.57 0.92 0.24
HSL 22.58º 0.85% 0.41% -
HSV(B) 22.58º 0.92% 0.76% -
XYZ 25.43 17.69 2.56 -
YUV 108.55 75.77 188.95 -
System Red Green Blue C M Y K H S L
Decimal 194 83 16 0 0.57 0.92 0.24 22.58 0.85 0.41
Hex C2 53 10 0 39 5C 18 17 55 29
Octal 302 123 20 0 71 134 30 27 125 51
Binary 11000010 1010011 10000 0 111001 1011100 11000 10111 1010101 101001

Color Harmonies of #C25310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25310

Black with #C25310

Text Example


Text Example

White with #C25310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25310; }

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

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

background-color css

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

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

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

border-color css

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

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

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