Html Css Color HEX #C54F0F Tenne (Tawny)

📋 copy color: '#C54F0F'

red 197 ◦ green 79 ◦ blue 15

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

Shades of Tenne (Tawny) #C54F0F

Tints of Tenne (Tawny) #C54F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.15%

R = 67.7%
G = 27.15%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C54F0F (or 0xC54F0F) is known color: Tenne (Tawny). HEX triplet: C5, 4F and 0F. RGB value is (197,79,15). Sum of RGB (Red+Green+Blue) = 197+79+15=291 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.70% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 197 - color contains mainly: red. Hex color #C54F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54F0F is #3AB0F0. Grayscale: #6B6B6B. Windows color (decimal): -3846385 or 1003461. OLE color: 1003461.

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

Color convert

RGB 197 79 15 -
CMYK 0 0.60 0.92 0.23
HSL 21.1º 0.86% 0.42% -
HSV(B) 21.1º 0.92% 0.77% -
XYZ 25.91 17.5 2.46 -
YUV 106.99 76.09 192.2 -
System Red Green Blue C M Y K H S L
Decimal 197 79 15 0 0.60 0.92 0.23 21.1 0.86 0.42
Hex C5 4F F 0 3C 5C 17 15 56 2A
Octal 305 117 17 0 74 134 27 25 126 52
Binary 11000101 1001111 1111 0 111100 1011100 10111 10101 1010110 101010

Color Harmonies of #C54F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54F0F

Black with #C54F0F

Text Example


Text Example

White with #C54F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54F0F; }

 p { color: rgb(197,79,15); }

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

background-color css

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

 a { background-color: rgb(197,79,15); }

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

border-color css

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

 span { border-color: rgb(197,79,15); }

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