Html Css Color HEX #C24F02 Tenne (Tawny)

📋 copy color: '#C24F02'

red 194 ◦ green 79 ◦ blue 2

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

Shades of Tenne (Tawny) #C24F02

Tints of Tenne (Tawny) #C24F02

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.73%

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

R = 70.55%
G = 28.73%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C24F02 (or 0xC24F02) is known color: Tenne (Tawny). HEX triplet: C2, 4F and 02. RGB value is (194,79,2). Sum of RGB (Red+Green+Blue) = 194+79+2=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 2 (1.17% from 255 or 0.73% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24F02 is #3DB0FD. Grayscale: #696969. Windows color (decimal): -4043006 or 151490. OLE color: 151490.

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

Color convert

RGB 194 79 2 -
CMYK 0 0.59 0.99 0.24
HSL 24.06º 0.98% 0.38% -
HSV(B) 24.06º 0.99% 0.76% -
XYZ 25.06 17.07 2.03 -
YUV 104.61 70.1 191.76 -
System Red Green Blue C M Y K H S L
Decimal 194 79 2 0 0.59 0.99 0.24 24.06 0.98 0.38
Hex C2 4F 2 0 3B 63 18 18 62 26
Octal 302 117 2 0 73 143 30 30 142 46
Binary 11000010 1001111 10 0 111011 1100011 11000 11000 1100010 100110

Color Harmonies of #C24F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F02

Black with #C24F02

Text Example


Text Example

White with #C24F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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