Html Css Color HEX #C24A04 Tenne (Tawny)

📋 copy color: '#C24A04'

red 194 ◦ green 74 ◦ blue 4

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

Shades of Tenne (Tawny) #C24A04

Tints of Tenne (Tawny) #C24A04

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.21%

 BLUE value IS 4 (1.95% from 255) = 1.47%

R = 71.32%
G = 27.21%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C24A04 (or 0xC24A04) is known color: Tenne (Tawny). HEX triplet: C2, 4A and 04. RGB value is (194,74,4). Sum of RGB (Red+Green+Blue) = 194+74+4=272 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.32% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A04 is #3DB5FB. Grayscale: #666666. Windows color (decimal): -4044284 or 281282. OLE color: 281282.

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

Color convert

RGB 194 74 4 -
CMYK 0 0.62 0.98 0.24
HSL 22.11º 0.96% 0.39% -
HSV(B) 22.11º 0.98% 0.76% -
XYZ 24.72 16.38 1.97 -
YUV 101.9 72.76 193.69 -
System Red Green Blue C M Y K H S L
Decimal 194 74 4 0 0.62 0.98 0.24 22.11 0.96 0.39
Hex C2 4A 4 0 3E 62 18 16 60 27
Octal 302 112 4 0 76 142 30 26 140 47
Binary 11000010 1001010 100 0 111110 1100010 11000 10110 1100000 100111

Color Harmonies of #C24A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A04

Black with #C24A04

Text Example


Text Example

White with #C24A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A04; }

 p { color: rgb(194,74,4); }

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

background-color css

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

 a { background-color: rgb(194,74,4); }

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

border-color css

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

 span { border-color: rgb(194,74,4); }

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