Html Css Color HEX #C24F00 Tenne (Tawny)

📋 copy color: '#C24F00'

red 194 ◦ green 79 ◦ blue 0

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

Shades of Tenne (Tawny) #C24F00

Tints of Tenne (Tawny) #C24F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.06%
G = 28.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C24F00 (or 0xC24F00) is known color: Tenne (Tawny). HEX triplet: C2, 4F and 00. RGB value is (194,79,0). Sum of RGB (Red+Green+Blue) = 194+79+0=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24F00 is #3DB0FF. Grayscale: #686868. Windows color (decimal): -4043008 or 20418. OLE color: 20418.

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

Color convert

RGB 194 79 0 -
CMYK 0 0.59 1 0.24
HSL 24.43º 1% 0.38% -
HSV(B) 24.43º 1% 0.76% -
XYZ 25.04 17.06 1.97 -
YUV 104.38 69.1 191.92 -
System Red Green Blue C M Y K H S L
Decimal 194 79 0 0 0.59 1 0.24 24.43 1 0.38
Hex C2 4F 0 0 3B 64 18 18 64 26
Octal 302 117 0 0 73 144 30 30 144 46
Binary 11000010 1001111 0 0 111011 1100100 11000 11000 1100100 100110

Color Harmonies of #C24F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F00

Black with #C24F00

Text Example


Text Example

White with #C24F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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