Html Css Color HEX #C24E05 Tenne (Tawny)

📋 copy color: '#C24E05'

red 194 ◦ green 78 ◦ blue 5

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

Shades of Tenne (Tawny) #C24E05

Tints of Tenne (Tawny) #C24E05

RGB

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

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

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

R = 70.04%
G = 28.16%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C24E05 (or 0xC24E05) is known color: Tenne (Tawny). HEX triplet: C2, 4E and 05. RGB value is (194,78,5). Sum of RGB (Red+Green+Blue) = 194+78+5=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24E05 is #3DB1FA. Grayscale: #686868. Windows color (decimal): -4043259 or 347842. OLE color: 347842.

HSL color Cylindrical-coordinate representation of color #C24E05: hue angle of 23.17º 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 #C24E05 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 78 5 -
CMYK 0 0.60 0.97 0.24
HSL 23.17º 0.95% 0.39% -
HSV(B) 23.17º 0.97% 0.76% -
XYZ 25 16.93 2.09 -
YUV 104.36 71.93 191.94 -
System Red Green Blue C M Y K H S L
Decimal 194 78 5 0 0.60 0.97 0.24 23.17 0.95 0.39
Hex C2 4E 5 0 3C 61 18 17 5F 27
Octal 302 116 5 0 74 141 30 27 137 47
Binary 11000010 1001110 101 0 111100 1100001 11000 10111 1011111 100111

Color Harmonies of #C24E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24E05

Black with #C24E05

Text Example


Text Example

White with #C24E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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