Html Css Color HEX #C24E02 Tenne (Tawny)

📋 copy color: '#C24E02'

red 194 ◦ green 78 ◦ blue 2

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

Shades of Tenne (Tawny) #C24E02

Tints of Tenne (Tawny) #C24E02

RGB

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

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

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

R = 70.8%
G = 28.47%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C24E02 (or 0xC24E02) is known color: Tenne (Tawny). HEX triplet: C2, 4E and 02. RGB value is (194,78,2). Sum of RGB (Red+Green+Blue) = 194+78+2=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C24E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C24E02 is #3DB1FD. Grayscale: #686868. Windows color (decimal): -4043262 or 151234. OLE color: 151234.

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

Color convert

RGB 194 78 2 -
CMYK 0 0.60 0.99 0.24
HSL 23.75º 0.98% 0.38% -
HSV(B) 23.75º 0.99% 0.76% -
XYZ 24.98 16.92 2.01 -
YUV 104.02 70.43 192.18 -
System Red Green Blue C M Y K H S L
Decimal 194 78 2 0 0.60 0.99 0.24 23.75 0.98 0.38
Hex C2 4E 2 0 3C 63 18 18 62 26
Octal 302 116 2 0 74 143 30 30 142 46
Binary 11000010 1001110 10 0 111100 1100011 11000 11000 1100010 100110

Color Harmonies of #C24E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24E02

Black with #C24E02

Text Example


Text Example

White with #C24E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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