Html Css Color HEX #C25D0E Tenne (Tawny)

📋 copy color: '#C25D0E'

red 194 ◦ green 93 ◦ blue 14

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

Shades of Tenne (Tawny) #C25D0E

Tints of Tenne (Tawny) #C25D0E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.9%

 BLUE value IS 14 (5.86% from 255) = 4.65%

R = 64.45%
G = 30.9%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C25D0E (or 0xC25D0E) is known color: Tenne (Tawny). HEX triplet: C2, 5D and 0E. RGB value is (194,93,14). Sum of RGB (Red+Green+Blue) = 194+93+14=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25D0E is #3DA2F1. Grayscale: #727272. Windows color (decimal): -4039410 or 941506. OLE color: 941506.

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

Color convert

RGB 194 93 14 -
CMYK 0 0.52 0.93 0.24
HSL 26.33º 0.87% 0.41% -
HSV(B) 26.33º 0.93% 0.76% -
XYZ 26.24 19.33 2.76 -
YUV 114.19 71.46 184.92 -
System Red Green Blue C M Y K H S L
Decimal 194 93 14 0 0.52 0.93 0.24 26.33 0.87 0.41
Hex C2 5D E 0 34 5D 18 1A 57 29
Octal 302 135 16 0 64 135 30 32 127 51
Binary 11000010 1011101 1110 0 110100 1011101 11000 11010 1010111 101001

Color Harmonies of #C25D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D0E

Black with #C25D0E

Text Example


Text Example

White with #C25D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D0E; }

 p { color: rgb(194,93,14); }

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

background-color css

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

 a { background-color: rgb(194,93,14); }

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

border-color css

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

 span { border-color: rgb(194,93,14); }

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