Html Css Color HEX #C94D0F Tenne (Tawny)

📋 copy color: '#C94D0F'

red 201 ◦ green 77 ◦ blue 15

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

Shades of Tenne (Tawny) #C94D0F

Tints of Tenne (Tawny) #C94D0F

RGB

 RED value IS 201 (78.91% from 255) = 68.6%

 GREEN value IS 77 (30.47% from 255) = 26.28%

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

R = 68.6%
G = 26.28%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#C94D0F (or 0xC94D0F) is known color: Tenne (Tawny). HEX triplet: C9, 4D and 0F. RGB value is (201,77,15). Sum of RGB (Red+Green+Blue) = 201+77+15=293 (38% of max value = 765). Red value is 201 (78.91% from 255 or 68.60% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94D0F is #36B2F0. Grayscale: #6B6B6B. Windows color (decimal): -3584753 or 1002953. OLE color: 1002953.

HSL color Cylindrical-coordinate representation of color #C94D0F: hue angle of 20º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C94D0F is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 77 15 -
CMYK 0 0.62 0.93 0.21
HSL 20º 0.86% 0.42% -
HSV(B) 20º 0.93% 0.79% -
XYZ 26.83 17.76 2.47 -
YUV 107.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 201 77 15 0 0.62 0.93 0.21 20 0.86 0.42
Hex C9 4D F 0 3E 5D 15 14 56 2A
Octal 311 115 17 0 76 135 25 24 126 52
Binary 11001001 1001101 1111 0 111110 1011101 10101 10100 1010110 101010

Color Harmonies of #C94D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94D0F

Black with #C94D0F

Text Example


Text Example

White with #C94D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94D0F; }

 p { color: rgb(201,77,15); }

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

background-color css

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

 a { background-color: rgb(201,77,15); }

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

border-color css

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

 span { border-color: rgb(201,77,15); }

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