Html Css Color HEX #C25413 Tenne (Tawny)

📋 copy color: '#C25413'

red 194 ◦ green 84 ◦ blue 19

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

Shades of Tenne (Tawny) #C25413

Tints of Tenne (Tawny) #C25413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.4%

R = 65.32%
G = 28.28%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C25413 (or 0xC25413) is known color: Tenne (Tawny). HEX triplet: C2, 54 and 13. RGB value is (194,84,19). Sum of RGB (Red+Green+Blue) = 194+84+19=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C25413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25413 is #3DABEC. Grayscale: #6D6D6D. Windows color (decimal): -4041709 or 1266882. OLE color: 1266882.

HSL color Cylindrical-coordinate representation of color #C25413: hue angle of 22.29º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C25413 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 84 19 -
CMYK 0 0.57 0.90 0.24
HSL 22.29º 0.82% 0.42% -
HSV(B) 22.29º 0.9% 0.76% -
XYZ 25.54 17.86 2.72 -
YUV 109.48 76.94 188.29 -
System Red Green Blue C M Y K H S L
Decimal 194 84 19 0 0.57 0.90 0.24 22.29 0.82 0.42
Hex C2 54 13 0 39 5A 18 16 52 2A
Octal 302 124 23 0 71 132 30 26 122 52
Binary 11000010 1010100 10011 0 111001 1011010 11000 10110 1010010 101010

Color Harmonies of #C25413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25413

Black with #C25413

Text Example


Text Example

White with #C25413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25413; }

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

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

background-color css

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

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

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

border-color css

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

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

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