Html Css Color HEX #C14F09 Tenne (Tawny)

📋 copy color: '#C14F09'

red 193 ◦ green 79 ◦ blue 9

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

Shades of Tenne (Tawny) #C14F09

Tints of Tenne (Tawny) #C14F09

RGB

 RED value IS 193 (75.78% from 255) = 68.68%

 GREEN value IS 79 (31.25% from 255) = 28.11%

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 68.68%
G = 28.11%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C14F09 (or 0xC14F09) is known color: Tenne (Tawny). HEX triplet: C1, 4F and 09. RGB value is (193,79,9). Sum of RGB (Red+Green+Blue) = 193+79+9=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C14F09 is #3EB0F6. Grayscale: #696969. Windows color (decimal): -4108535 or 610241. OLE color: 610241.

HSL color Cylindrical-coordinate representation of color #C14F09: hue angle of 22.83º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C14F09 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 79 9 -
CMYK 0 0.59 0.95 0.24
HSL 22.83º 0.91% 0.4% -
HSV(B) 22.83º 0.95% 0.76% -
XYZ 24.84 16.95 2.22 -
YUV 105.11 73.77 190.69 -
System Red Green Blue C M Y K H S L
Decimal 193 79 9 0 0.59 0.95 0.24 22.83 0.91 0.4
Hex C1 4F 9 0 3B 5F 18 17 5B 28
Octal 301 117 11 0 73 137 30 27 133 50
Binary 11000001 1001111 1001 0 111011 1011111 11000 10111 1011011 101000

Color Harmonies of #C14F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14F09

Black with #C14F09

Text Example


Text Example

White with #C14F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14F09; }

 p { color: rgb(193,79,9); }

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

background-color css

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

 a { background-color: rgb(193,79,9); }

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

border-color css

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

 span { border-color: rgb(193,79,9); }

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