Html Css Color HEX #C24F05 Tenne (Tawny)

📋 copy color: '#C24F05'

red 194 ◦ green 79 ◦ blue 5

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

Shades of Tenne (Tawny) #C24F05

Tints of Tenne (Tawny) #C24F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.8%

R = 69.78%
G = 28.42%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C24F05 (or 0xC24F05) is known color: Tenne (Tawny). HEX triplet: C2, 4F and 05. RGB value is (194,79,5). Sum of RGB (Red+Green+Blue) = 194+79+5=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24F05 is #3DB0FA. Grayscale: #696969. Windows color (decimal): -4043003 or 348098. OLE color: 348098.

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

Color convert

RGB 194 79 5 -
CMYK 0 0.59 0.97 0.24
HSL 23.49º 0.95% 0.39% -
HSV(B) 23.49º 0.97% 0.76% -
XYZ 25.07 17.07 2.12 -
YUV 104.95 71.6 191.52 -
System Red Green Blue C M Y K H S L
Decimal 194 79 5 0 0.59 0.97 0.24 23.49 0.95 0.39
Hex C2 4F 5 0 3B 61 18 17 5F 27
Octal 302 117 5 0 73 141 30 27 137 47
Binary 11000010 1001111 101 0 111011 1100001 11000 10111 1011111 100111

Color Harmonies of #C24F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F05

Black with #C24F05

Text Example


Text Example

White with #C24F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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