Html Css Color HEX #C24A02 Tenne (Tawny)

📋 copy color: '#C24A02'

red 194 ◦ green 74 ◦ blue 2

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

Shades of Tenne (Tawny) #C24A02

Tints of Tenne (Tawny) #C24A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 71.85%
G = 27.41%
B = 0.74%

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

#C24A02 (or 0xC24A02) is known color: Tenne (Tawny). HEX triplet: C2, 4A and 02. RGB value is (194,74,2). Sum of RGB (Red+Green+Blue) = 194+74+2=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A02 is #3DB5FD. Grayscale: #666666. Windows color (decimal): -4044286 or 150210. OLE color: 150210.

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

Color convert

RGB 194 74 2 -
CMYK 0 0.62 0.99 0.24
HSL 22.5º 0.98% 0.38% -
HSV(B) 22.5º 0.99% 0.76% -
XYZ 24.71 16.37 1.92 -
YUV 101.67 71.76 193.85 -
System Red Green Blue C M Y K H S L
Decimal 194 74 2 0 0.62 0.99 0.24 22.5 0.98 0.38
Hex C2 4A 2 0 3E 63 18 16 62 26
Octal 302 112 2 0 76 143 30 26 142 46
Binary 11000010 1001010 10 0 111110 1100011 11000 10110 1100010 100110

Color Harmonies of #C24A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A02

Black with #C24A02

Text Example


Text Example

White with #C24A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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