Html Css Color HEX #C25E02 Tenne (Tawny)

📋 copy color: '#C25E02'

red 194 ◦ green 94 ◦ blue 2

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

Shades of Tenne (Tawny) #C25E02

Tints of Tenne (Tawny) #C25E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

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

R = 66.9%
G = 32.41%
B = 0.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C25E02 (or 0xC25E02) is known color: Tenne (Tawny). HEX triplet: C2, 5E and 02. RGB value is (194,94,2). Sum of RGB (Red+Green+Blue) = 194+94+2=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25E02 is #3DA1FD. Grayscale: #717171. Windows color (decimal): -4039166 or 155330. OLE color: 155330.

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

Color convert

RGB 194 94 2 -
CMYK 0 0.52 0.99 0.24
HSL 28.75º 0.98% 0.38% -
HSV(B) 28.75º 0.99% 0.76% -
XYZ 26.26 19.48 2.43 -
YUV 113.41 65.13 185.48 -
System Red Green Blue C M Y K H S L
Decimal 194 94 2 0 0.52 0.99 0.24 28.75 0.98 0.38
Hex C2 5E 2 0 34 63 18 1D 62 26
Octal 302 136 2 0 64 143 30 35 142 46
Binary 11000010 1011110 10 0 110100 1100011 11000 11101 1100010 100110

Color Harmonies of #C25E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E02

Black with #C25E02

Text Example


Text Example

White with #C25E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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