Html Css Color HEX #C24A01 Tenne (Tawny)

📋 copy color: '#C24A01'

red 194 ◦ green 74 ◦ blue 1

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

Shades of Tenne (Tawny) #C24A01

Tints of Tenne (Tawny) #C24A01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 72.12%
G = 27.51%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C24A01 (or 0xC24A01) is known color: Tenne (Tawny). HEX triplet: C2, 4A and 01. RGB value is (194,74,1). Sum of RGB (Red+Green+Blue) = 194+74+1=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A01 is #3DB5FE. Grayscale: #656565. Windows color (decimal): -4044287 or 84674. OLE color: 84674.

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

Color convert

RGB 194 74 1 -
CMYK 0 0.62 0.99 0.24
HSL 22.69º 0.99% 0.38% -
HSV(B) 22.69º 0.99% 0.76% -
XYZ 24.7 16.37 1.89 -
YUV 101.56 71.26 193.94 -
System Red Green Blue C M Y K H S L
Decimal 194 74 1 0 0.62 0.99 0.24 22.69 0.99 0.38
Hex C2 4A 1 0 3E 63 18 17 63 26
Octal 302 112 1 0 76 143 30 27 143 46
Binary 11000010 1001010 1 0 111110 1100011 11000 10111 1100011 100110

Color Harmonies of #C24A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A01

Black with #C24A01

Text Example


Text Example

White with #C24A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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