Html Css Color HEX #C24B04 Tenne (Tawny)

📋 copy color: '#C24B04'

red 194 ◦ green 75 ◦ blue 4

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

Shades of Tenne (Tawny) #C24B04

Tints of Tenne (Tawny) #C24B04

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.47%

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

R = 71.06%
G = 27.47%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C24B04 (or 0xC24B04) is known color: Tenne (Tawny). HEX triplet: C2, 4B and 04. RGB value is (194,75,4). Sum of RGB (Red+Green+Blue) = 194+75+4=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 4 (1.95% from 255 or 1.47% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24B04 is #3DB4FB. Grayscale: #666666. Windows color (decimal): -4044028 or 281538. OLE color: 281538.

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

Color convert

RGB 194 75 4 -
CMYK 0 0.61 0.98 0.24
HSL 22.42º 0.96% 0.39% -
HSV(B) 22.42º 0.98% 0.76% -
XYZ 24.79 16.51 2 -
YUV 102.49 72.42 193.27 -
System Red Green Blue C M Y K H S L
Decimal 194 75 4 0 0.61 0.98 0.24 22.42 0.96 0.39
Hex C2 4B 4 0 3D 62 18 16 60 27
Octal 302 113 4 0 75 142 30 26 140 47
Binary 11000010 1001011 100 0 111101 1100010 11000 10110 1100000 100111

Color Harmonies of #C24B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B04

Black with #C24B04

Text Example


Text Example

White with #C24B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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