Html Css Color HEX #C25F0D Tenne (Tawny)

📋 copy color: '#C25F0D'

red 194 ◦ green 95 ◦ blue 13

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

Shades of Tenne (Tawny) #C25F0D

Tints of Tenne (Tawny) #C25F0D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

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

R = 64.24%
G = 31.46%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C25F0D (or 0xC25F0D) is known color: Tenne (Tawny). HEX triplet: C2, 5F and 0D. RGB value is (194,95,13). Sum of RGB (Red+Green+Blue) = 194+95+13=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 13 (5.47% from 255 or 4.30% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F0D is #3DA0F2. Grayscale: #737373. Windows color (decimal): -4038899 or 876482. OLE color: 876482.

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

Color convert

RGB 194 95 13 -
CMYK 0 0.51 0.93 0.24
HSL 27.18º 0.87% 0.41% -
HSV(B) 27.18º 0.93% 0.76% -
XYZ 26.41 19.68 2.79 -
YUV 115.25 70.3 184.17 -
System Red Green Blue C M Y K H S L
Decimal 194 95 13 0 0.51 0.93 0.24 27.18 0.87 0.41
Hex C2 5F D 0 33 5D 18 1B 57 29
Octal 302 137 15 0 63 135 30 33 127 51
Binary 11000010 1011111 1101 0 110011 1011101 11000 11011 1010111 101001

Color Harmonies of #C25F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F0D

Black with #C25F0D

Text Example


Text Example

White with #C25F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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