Html Css Color HEX #C25101 Tenne (Tawny)

📋 copy color: '#C25101'

red 194 ◦ green 81 ◦ blue 1

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

Shades of Tenne (Tawny) #C25101

Tints of Tenne (Tawny) #C25101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.35%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 70.29%
G = 29.35%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C25101 (or 0xC25101) is known color: Tenne (Tawny). HEX triplet: C2, 51 and 01. RGB value is (194,81,1). Sum of RGB (Red+Green+Blue) = 194+81+1=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 1 (0.78% from 255 or 0.36% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C25101 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25101 is #3DAEFE. Grayscale: #6A6A6A. Windows color (decimal): -4042495 or 86466. OLE color: 86466.

HSL color Cylindrical-coordinate representation of color #C25101: hue angle of 24.87º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C25101 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 1 -
CMYK 0 0.58 0.99 0.24
HSL 24.87º 0.99% 0.38% -
HSV(B) 24.87º 0.99% 0.76% -
XYZ 25.2 17.36 2.05 -
YUV 105.67 68.94 191 -
System Red Green Blue C M Y K H S L
Decimal 194 81 1 0 0.58 0.99 0.24 24.87 0.99 0.38
Hex C2 51 1 0 3A 63 18 19 63 26
Octal 302 121 1 0 72 143 30 31 143 46
Binary 11000010 1010001 1 0 111010 1100011 11000 11001 1100011 100110

Color Harmonies of #C25101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25101

Black with #C25101

Text Example


Text Example

White with #C25101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25101; }

 p { color: rgb(194,81,1); }

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

background-color css

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

 a { background-color: rgb(194,81,1); }

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

border-color css

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

 span { border-color: rgb(194,81,1); }

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