Html Css Color HEX #C94F13 Tenne (Tawny)

📋 copy color: '#C94F13'

red 201 ◦ green 79 ◦ blue 19

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

Shades of Tenne (Tawny) #C94F13

Tints of Tenne (Tawny) #C94F13

RGB

 RED value IS 201 (78.91% from 255) = 67.22%

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

 BLUE value IS 19 (7.81% from 255) = 6.35%

R = 67.22%
G = 26.42%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#C94F13 (or 0xC94F13) is known color: Tenne (Tawny). HEX triplet: C9, 4F and 13. RGB value is (201,79,19). Sum of RGB (Red+Green+Blue) = 201+79+19=299 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.22% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F13 is #36B0EC. Grayscale: #6D6D6D. Windows color (decimal): -3584237 or 1265609. OLE color: 1265609.

HSL color Cylindrical-coordinate representation of color #C94F13: hue angle of 19.78º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C94F13 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 79 19 -
CMYK 0 0.61 0.91 0.21
HSL 19.78º 0.83% 0.43% -
HSV(B) 19.78º 0.91% 0.79% -
XYZ 27 18.06 2.68 -
YUV 108.64 77.42 193.88 -
System Red Green Blue C M Y K H S L
Decimal 201 79 19 0 0.61 0.91 0.21 19.78 0.83 0.43
Hex C9 4F 13 0 3D 5B 15 14 53 2B
Octal 311 117 23 0 75 133 25 24 123 53
Binary 11001001 1001111 10011 0 111101 1011011 10101 10100 1010011 101011

Color Harmonies of #C94F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94F13

Black with #C94F13

Text Example


Text Example

White with #C94F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94F13; }

 p { color: rgb(201,79,19); }

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

background-color css

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

 a { background-color: rgb(201,79,19); }

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

border-color css

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

 span { border-color: rgb(201,79,19); }

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