#C24E0A

Color #C24E0A Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C24E0A

Tints of Tenne (Tawny) #C24E0A

Color information

#C24E0A (or 0xC24E0A) is unknown color: approx Tenne (Tawny). HEX triplet: C2, 4E and 0A. RGB value is (194,78,10). Sum of RGB (Red+Green+Blue) = 194+78+10=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24E0A is #3DB1F5. Grayscale: #696969. Windows color (decimal): -4043254 or 675522. OLE color: 675522.

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

Color convert

RGB1947810-
CMYK00.600.950.24
HSL22.17º90.2%40%-
HSV(B)22.17º94.85%76.08%-
XYZ25.0316.942.24-
YUV104.9374.43191.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 68.79%
GREEN value IS 78 (30.86% from 255) = 27.66%
BLUE value IS 10 (4.30% from 255) = 3.55%
R=68.79%
G=27.66%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194781000.600.950.2422.1790.240
HexC24EA03C5F18165a28
Octal30211612074137302613250
Binary11000010100111010100111100101111111000101101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24E0A; }

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

 H1.HeaderClassName
 {
   color: #C24E0A;
 }
 .AnyTagClassName
 {
   color: #C24E0A;
 }
</style>
background-color css

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

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

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

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

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

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