Html Css Color HEX #C25F01 Tenne (Tawny)

📋 copy color: '#C25F01'

red 194 ◦ green 95 ◦ blue 1

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

Shades of Tenne (Tawny) #C25F01

Tints of Tenne (Tawny) #C25F01

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.76%

 BLUE value IS 1 (0.78% from 255) = 0.34%

R = 66.9%
G = 32.76%
B = 0.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C25F01 (or 0xC25F01) is known color: Tenne (Tawny). HEX triplet: C2, 5F and 01. RGB value is (194,95,1). Sum of RGB (Red+Green+Blue) = 194+95+1=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 95 (37.5% from 255 or 32.76% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F01 is #3DA0FE. Grayscale: #727272. Windows color (decimal): -4038911 or 90050. OLE color: 90050.

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

Color convert

RGB 194 95 1 -
CMYK 0 0.51 0.99 0.24
HSL 29.22º 0.99% 0.38% -
HSV(B) 29.22º 0.99% 0.76% -
XYZ 26.35 19.66 2.43 -
YUV 113.89 64.3 185.14 -
System Red Green Blue C M Y K H S L
Decimal 194 95 1 0 0.51 0.99 0.24 29.22 0.99 0.38
Hex C2 5F 1 0 33 63 18 1D 63 26
Octal 302 137 1 0 63 143 30 35 143 46
Binary 11000010 1011111 1 0 110011 1100011 11000 11101 1100011 100110

Color Harmonies of #C25F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F01

Black with #C25F01

Text Example


Text Example

White with #C25F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F01; }

 p { color: rgb(194,95,1); }

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

background-color css

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

 a { background-color: rgb(194,95,1); }

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

border-color css

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

 span { border-color: rgb(194,95,1); }

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