Html Css Color HEX #C25411 Tenne (Tawny)

📋 copy color: '#C25411'

red 194 ◦ green 84 ◦ blue 17

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

Shades of Tenne (Tawny) #C25411

Tints of Tenne (Tawny) #C25411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.76%

R = 65.76%
G = 28.47%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C25411 (or 0xC25411) is known color: Tenne (Tawny). HEX triplet: C2, 54 and 11. RGB value is (194,84,17). Sum of RGB (Red+Green+Blue) = 194+84+17=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C25411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25411 is #3DABEE. Grayscale: #6D6D6D. Windows color (decimal): -4041711 or 1135810. OLE color: 1135810.

HSL color Cylindrical-coordinate representation of color #C25411: hue angle of 22.71º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C25411 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 84 17 -
CMYK 0 0.57 0.91 0.24
HSL 22.71º 0.84% 0.41% -
HSV(B) 22.71º 0.91% 0.76% -
XYZ 25.52 17.85 2.63 -
YUV 109.25 75.94 188.45 -
System Red Green Blue C M Y K H S L
Decimal 194 84 17 0 0.57 0.91 0.24 22.71 0.84 0.41
Hex C2 54 11 0 39 5B 18 17 54 29
Octal 302 124 21 0 71 133 30 27 124 51
Binary 11000010 1010100 10001 0 111001 1011011 11000 10111 1010100 101001

Color Harmonies of #C25411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25411

Black with #C25411

Text Example


Text Example

White with #C25411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25411; }

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

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

background-color css

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

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

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

border-color css

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

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

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