Html Css Color HEX #C24900 Tenne (Tawny)

📋 copy color: '#C24900'

red 194 ◦ green 73 ◦ blue 0

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

Shades of Tenne (Tawny) #C24900

Tints of Tenne (Tawny) #C24900

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.34%

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

R = 72.66%
G = 27.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C24900 (or 0xC24900) is known color: Tenne (Tawny). HEX triplet: C2, 49 and 00. RGB value is (194,73,0). Sum of RGB (Red+Green+Blue) = 194+73+0=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C24900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24900 is #3DB6FF. Grayscale: #656565. Windows color (decimal): -4044544 or 18882. OLE color: 18882.

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

Color convert

RGB 194 73 0 -
CMYK 0 0.62 1 0.24
HSL 22.58º 1% 0.38% -
HSV(B) 22.58º 1% 0.76% -
XYZ 24.63 16.23 1.84 -
YUV 100.86 71.09 194.44 -
System Red Green Blue C M Y K H S L
Decimal 194 73 0 0 0.62 1 0.24 22.58 1 0.38
Hex C2 49 0 0 3E 64 18 17 64 26
Octal 302 111 0 0 76 144 30 27 144 46
Binary 11000010 1001001 0 0 111110 1100100 11000 10111 1100100 100110

Color Harmonies of #C24900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24900

Black with #C24900

Text Example


Text Example

White with #C24900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24900; }

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

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

background-color css

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

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

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

border-color css

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

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

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