Html Css Color HEX #C25311 Tenne (Tawny)

📋 copy color: '#C25311'

red 194 ◦ green 83 ◦ blue 17

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

Shades of Tenne (Tawny) #C25311

Tints of Tenne (Tawny) #C25311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

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

R = 65.99%
G = 28.23%
B = 5.78%

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

#C25311 (or 0xC25311) is known color: Tenne (Tawny). HEX triplet: C2, 53 and 11. RGB value is (194,83,17). Sum of RGB (Red+Green+Blue) = 194+83+17=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C25311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25311 is #3DACEE. Grayscale: #6D6D6D. Windows color (decimal): -4041967 or 1135554. OLE color: 1135554.

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

Color convert

RGB 194 83 17 -
CMYK 0 0.57 0.91 0.24
HSL 22.37º 0.84% 0.41% -
HSV(B) 22.37º 0.91% 0.76% -
XYZ 25.44 17.7 2.61 -
YUV 108.67 76.27 188.87 -
System Red Green Blue C M Y K H S L
Decimal 194 83 17 0 0.57 0.91 0.24 22.37 0.84 0.41
Hex C2 53 11 0 39 5B 18 16 54 29
Octal 302 123 21 0 71 133 30 26 124 51
Binary 11000010 1010011 10001 0 111001 1011011 11000 10110 1010100 101001

Color Harmonies of #C25311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25311

Black with #C25311

Text Example


Text Example

White with #C25311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25311; }

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

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

background-color css

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

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

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

border-color css

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

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

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