Html Css Color HEX #C94E0E Tenne (Tawny)

📋 copy color: '#C94E0E'

red 201 ◦ green 78 ◦ blue 14

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

Shades of Tenne (Tawny) #C94E0E

Tints of Tenne (Tawny) #C94E0E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.62%

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

R = 68.6%
G = 26.62%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C94E0E (or 0xC94E0E) is known color: Tenne (Tawny). HEX triplet: C9, 4E and 0E. RGB value is (201,78,14). Sum of RGB (Red+Green+Blue) = 201+78+14=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 14 (5.86% from 255 or 4.78% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C94E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94E0E is #36B1F1. Grayscale: #6B6B6B. Windows color (decimal): -3584498 or 937673. OLE color: 937673.

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

Color convert

RGB 201 78 14 -
CMYK 0 0.61 0.93 0.21
HSL 20.53º 0.87% 0.42% -
HSV(B) 20.53º 0.93% 0.79% -
XYZ 26.89 17.9 2.45 -
YUV 107.48 75.25 194.7 -
System Red Green Blue C M Y K H S L
Decimal 201 78 14 0 0.61 0.93 0.21 20.53 0.87 0.42
Hex C9 4E E 0 3D 5D 15 15 57 2A
Octal 311 116 16 0 75 135 25 25 127 52
Binary 11001001 1001110 1110 0 111101 1011101 10101 10101 1010111 101010

Color Harmonies of #C94E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94E0E

Black with #C94E0E

Text Example


Text Example

White with #C94E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94E0E; }

 p { color: rgb(201,78,14); }

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

background-color css

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

 a { background-color: rgb(201,78,14); }

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

border-color css

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

 span { border-color: rgb(201,78,14); }

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