Html Css Color HEX #C25002 Tenne (Tawny)

📋 copy color: '#C25002'

red 194 ◦ green 80 ◦ blue 2

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

Shades of Tenne (Tawny) #C25002

Tints of Tenne (Tawny) #C25002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

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

R = 70.29%
G = 28.99%
B = 0.72%

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

#C25002 (or 0xC25002) is known color: Tenne (Tawny). HEX triplet: C2, 50 and 02. RGB value is (194,80,2). Sum of RGB (Red+Green+Blue) = 194+80+2=276 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.29% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 194 - color contains mainly: red. Hex color #C25002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25002 is #3DAFFD. Grayscale: #696969. Windows color (decimal): -4042750 or 151746. OLE color: 151746.

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

Color convert

RGB 194 80 2 -
CMYK 0 0.59 0.99 0.24
HSL 24.38º 0.98% 0.38% -
HSV(B) 24.38º 0.99% 0.76% -
XYZ 25.13 17.21 2.06 -
YUV 105.19 69.77 191.34 -
System Red Green Blue C M Y K H S L
Decimal 194 80 2 0 0.59 0.99 0.24 24.38 0.98 0.38
Hex C2 50 2 0 3B 63 18 18 62 26
Octal 302 120 2 0 73 143 30 30 142 46
Binary 11000010 1010000 10 0 111011 1100011 11000 11000 1100010 100110

Color Harmonies of #C25002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25002

Black with #C25002

Text Example


Text Example

White with #C25002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25002; }

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

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

background-color css

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

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

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

border-color css

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

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

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