Html Css Color HEX #C54E0D Tenne (Tawny)

📋 copy color: '#C54E0D'

red 197 ◦ green 78 ◦ blue 13

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

Shades of Tenne (Tawny) #C54E0D

Tints of Tenne (Tawny) #C54E0D

RGB

 RED value IS 197 (77.34% from 255) = 68.4%

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

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

R = 68.4%
G = 27.08%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C54E0D (or 0xC54E0D) is known color: Tenne (Tawny). HEX triplet: C5, 4E and 0D. RGB value is (197,78,13). Sum of RGB (Red+Green+Blue) = 197+78+13=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 13 (5.47% from 255 or 4.51% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C54E0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54E0D is #3AB1F2. Grayscale: #6A6A6A. Windows color (decimal): -3846643 or 872133. OLE color: 872133.

HSL color Cylindrical-coordinate representation of color #C54E0D: hue angle of 21.2º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C54E0D is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 78 13 -
CMYK 0 0.60 0.93 0.23
HSL 21.2º 0.88% 0.41% -
HSV(B) 21.2º 0.93% 0.77% -
XYZ 25.82 17.35 2.37 -
YUV 106.17 75.42 192.79 -
System Red Green Blue C M Y K H S L
Decimal 197 78 13 0 0.60 0.93 0.23 21.2 0.88 0.41
Hex C5 4E D 0 3C 5D 17 15 58 29
Octal 305 116 15 0 74 135 27 25 130 51
Binary 11000101 1001110 1101 0 111100 1011101 10111 10101 1011000 101001

Color Harmonies of #C54E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54E0D

Black with #C54E0D

Text Example


Text Example

White with #C54E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54E0D; }

 p { color: rgb(197,78,13); }

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

background-color css

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

 a { background-color: rgb(197,78,13); }

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

border-color css

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

 span { border-color: rgb(197,78,13); }

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