Html Css Color HEX #C24E09 Tenne (Tawny)

📋 copy color: '#C24E09'

red 194 ◦ green 78 ◦ blue 9

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

Shades of Tenne (Tawny) #C24E09

Tints of Tenne (Tawny) #C24E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.2%

R = 69.04%
G = 27.76%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C24E09 (or 0xC24E09) is known color: Tenne (Tawny). HEX triplet: C2, 4E and 09. RGB value is (194,78,9). Sum of RGB (Red+Green+Blue) = 194+78+9=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 9 (3.91% from 255 or 3.20% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24E09 is #3DB1F6. Grayscale: #696969. Windows color (decimal): -4043255 or 609986. OLE color: 609986.

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

Color convert

RGB 194 78 9 -
CMYK 0 0.60 0.95 0.24
HSL 22.38º 0.91% 0.4% -
HSV(B) 22.38º 0.95% 0.76% -
XYZ 25.02 16.94 2.21 -
YUV 104.82 73.93 191.61 -
System Red Green Blue C M Y K H S L
Decimal 194 78 9 0 0.60 0.95 0.24 22.38 0.91 0.4
Hex C2 4E 9 0 3C 5F 18 16 5B 28
Octal 302 116 11 0 74 137 30 26 133 50
Binary 11000010 1001110 1001 0 111100 1011111 11000 10110 1011011 101000

Color Harmonies of #C24E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24E09

Black with #C24E09

Text Example


Text Example

White with #C24E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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