Html Css Color HEX #C25104 Tenne (Tawny)

📋 copy color: '#C25104'

red 194 ◦ green 81 ◦ blue 4

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

Shades of Tenne (Tawny) #C25104

Tints of Tenne (Tawny) #C25104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 69.53%
G = 29.03%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C25104 (or 0xC25104) is known color: Tenne (Tawny). HEX triplet: C2, 51 and 04. RGB value is (194,81,4). Sum of RGB (Red+Green+Blue) = 194+81+4=279 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.53% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 4 (1.95% from 255 or 1.43% from 279); Max value from RGB is 194 - color contains mainly: red. Hex color #C25104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25104 is #3DAEFB. Grayscale: #6A6A6A. Windows color (decimal): -4042492 or 283074. OLE color: 283074.

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

Color convert

RGB 194 81 4 -
CMYK 0 0.58 0.98 0.24
HSL 24.32º 0.96% 0.39% -
HSV(B) 24.32º 0.98% 0.76% -
XYZ 25.21 17.36 2.14 -
YUV 106.01 70.44 190.76 -
System Red Green Blue C M Y K H S L
Decimal 194 81 4 0 0.58 0.98 0.24 24.32 0.96 0.39
Hex C2 51 4 0 3A 62 18 18 60 27
Octal 302 121 4 0 72 142 30 30 140 47
Binary 11000010 1010001 100 0 111010 1100010 11000 11000 1100000 100111

Color Harmonies of #C25104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25104

Black with #C25104

Text Example


Text Example

White with #C25104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25104; }

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

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

background-color css

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

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

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

border-color css

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

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

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