Html Css Color HEX #C24F07 Tenne (Tawny)

📋 copy color: '#C24F07'

red 194 ◦ green 79 ◦ blue 7

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

Shades of Tenne (Tawny) #C24F07

Tints of Tenne (Tawny) #C24F07

RGB

 RED value IS 194 (76.17% from 255) = 69.29%

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

 BLUE value IS 7 (3.13% from 255) = 2.5%

R = 69.29%
G = 28.21%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C24F07 (or 0xC24F07) is known color: Tenne (Tawny). HEX triplet: C2, 4F and 07. RGB value is (194,79,7). Sum of RGB (Red+Green+Blue) = 194+79+7=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24F07 is #3DB0F8. Grayscale: #696969. Windows color (decimal): -4043001 or 479170. OLE color: 479170.

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

Color convert

RGB 194 79 7 -
CMYK 0 0.59 0.96 0.24
HSL 23.1º 0.93% 0.39% -
HSV(B) 23.1º 0.96% 0.76% -
XYZ 25.08 17.08 2.18 -
YUV 105.18 72.6 191.35 -
System Red Green Blue C M Y K H S L
Decimal 194 79 7 0 0.59 0.96 0.24 23.1 0.93 0.39
Hex C2 4F 7 0 3B 60 18 17 5D 27
Octal 302 117 7 0 73 140 30 27 135 47
Binary 11000010 1001111 111 0 111011 1100000 11000 10111 1011101 100111

Color Harmonies of #C24F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F07

Black with #C24F07

Text Example


Text Example

White with #C24F07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F07; }

 p { color: rgb(194,79,7); }

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

background-color css

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

 a { background-color: rgb(194,79,7); }

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

border-color css

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

 span { border-color: rgb(194,79,7); }

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