Html Css Color HEX #C25F0F Tenne (Tawny)

📋 copy color: '#C25F0F'

red 194 ◦ green 95 ◦ blue 15

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

Shades of Tenne (Tawny) #C25F0F

Tints of Tenne (Tawny) #C25F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.93%

R = 63.82%
G = 31.25%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C25F0F (or 0xC25F0F) is known color: Tenne (Tawny). HEX triplet: C2, 5F and 0F. RGB value is (194,95,15). Sum of RGB (Red+Green+Blue) = 194+95+15=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 95 (37.5% from 255 or 31.25% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25F0F is #3DA0F0. Grayscale: #737373. Windows color (decimal): -4038897 or 1007554. OLE color: 1007554.

HSL color Cylindrical-coordinate representation of color #C25F0F: hue angle of 26.82º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C25F0F is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 95 15 -
CMYK 0 0.51 0.92 0.24
HSL 26.82º 0.86% 0.41% -
HSV(B) 26.82º 0.92% 0.76% -
XYZ 26.43 19.69 2.86 -
YUV 115.48 71.3 184 -
System Red Green Blue C M Y K H S L
Decimal 194 95 15 0 0.51 0.92 0.24 26.82 0.86 0.41
Hex C2 5F F 0 33 5C 18 1B 56 29
Octal 302 137 17 0 63 134 30 33 126 51
Binary 11000010 1011111 1111 0 110011 1011100 11000 11011 1010110 101001

Color Harmonies of #C25F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F0F

Black with #C25F0F

Text Example


Text Example

White with #C25F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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