Html Css Color HEX #C25A0D Tenne (Tawny)

📋 copy color: '#C25A0D'

red 194 ◦ green 90 ◦ blue 13

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

Shades of Tenne (Tawny) #C25A0D

Tints of Tenne (Tawny) #C25A0D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.3%

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

R = 65.32%
G = 30.3%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C25A0D (or 0xC25A0D) is known color: Tenne (Tawny). HEX triplet: C2, 5A and 0D. RGB value is (194,90,13). Sum of RGB (Red+Green+Blue) = 194+90+13=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25A0D is #3DA5F2. Grayscale: #707070. Windows color (decimal): -4040179 or 875202. OLE color: 875202.

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

Color convert

RGB 194 90 13 -
CMYK 0 0.54 0.93 0.24
HSL 25.52º 0.87% 0.41% -
HSV(B) 25.52º 0.93% 0.76% -
XYZ 25.98 18.81 2.64 -
YUV 112.32 71.96 186.26 -
System Red Green Blue C M Y K H S L
Decimal 194 90 13 0 0.54 0.93 0.24 25.52 0.87 0.41
Hex C2 5A D 0 36 5D 18 1A 57 29
Octal 302 132 15 0 66 135 30 32 127 51
Binary 11000010 1011010 1101 0 110110 1011101 11000 11010 1010111 101001

Color Harmonies of #C25A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A0D

Black with #C25A0D

Text Example


Text Example

White with #C25A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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