Html Css Color HEX #C25404 Tenne (Tawny)

📋 copy color: '#C25404'

red 194 ◦ green 84 ◦ blue 4

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

Shades of Tenne (Tawny) #C25404

Tints of Tenne (Tawny) #C25404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.79%

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

R = 68.79%
G = 29.79%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C25404 (or 0xC25404) is known color: Tenne (Tawny). HEX triplet: C2, 54 and 04. RGB value is (194,84,4). Sum of RGB (Red+Green+Blue) = 194+84+4=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 4 (1.95% from 255 or 1.42% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C25404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25404 is #3DABFB. Grayscale: #6C6C6C. Windows color (decimal): -4041724 or 283842. OLE color: 283842.

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

Color convert

RGB 194 84 4 -
CMYK 0 0.57 0.98 0.24
HSL 25.26º 0.96% 0.39% -
HSV(B) 25.26º 0.98% 0.76% -
XYZ 25.44 17.82 2.21 -
YUV 107.77 69.44 189.5 -
System Red Green Blue C M Y K H S L
Decimal 194 84 4 0 0.57 0.98 0.24 25.26 0.96 0.39
Hex C2 54 4 0 39 62 18 19 60 27
Octal 302 124 4 0 71 142 30 31 140 47
Binary 11000010 1010100 100 0 111001 1100010 11000 11001 1100000 100111

Color Harmonies of #C25404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25404

Black with #C25404

Text Example


Text Example

White with #C25404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25404; }

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

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

background-color css

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

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

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

border-color css

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

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

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