Html Css Color HEX #C25C0D Tenne (Tawny)

📋 copy color: '#C25C0D'

red 194 ◦ green 92 ◦ blue 13

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

Shades of Tenne (Tawny) #C25C0D

Tints of Tenne (Tawny) #C25C0D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.77%

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 64.88%
G = 30.77%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C25C0D (or 0xC25C0D) is known color: Tenne (Tawny). HEX triplet: C2, 5C and 0D. RGB value is (194,92,13). Sum of RGB (Red+Green+Blue) = 194+92+13=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C25C0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25C0D is #3DA3F2. Grayscale: #717171. Windows color (decimal): -4039667 or 875714. OLE color: 875714.

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

Color convert

RGB 194 92 13 -
CMYK 0 0.53 0.93 0.24
HSL 26.19º 0.87% 0.41% -
HSV(B) 26.19º 0.93% 0.76% -
XYZ 26.15 19.15 2.7 -
YUV 113.49 71.29 185.42 -
System Red Green Blue C M Y K H S L
Decimal 194 92 13 0 0.53 0.93 0.24 26.19 0.87 0.41
Hex C2 5C D 0 35 5D 18 1A 57 29
Octal 302 134 15 0 65 135 30 32 127 51
Binary 11000010 1011100 1101 0 110101 1011101 11000 11010 1010111 101001

Color Harmonies of #C25C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25C0D

Black with #C25C0D

Text Example


Text Example

White with #C25C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25C0D; }

 p { color: rgb(194,92,13); }

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

background-color css

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

 a { background-color: rgb(194,92,13); }

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

border-color css

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

 span { border-color: rgb(194,92,13); }

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