Html Css Color HEX #CF5115 Tenne (Tawny)

📋 copy color: '#CF5115'

red 207 ◦ green 81 ◦ blue 21

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

Shades of Tenne (Tawny) #CF5115

Tints of Tenne (Tawny) #CF5115

RGB

 RED value IS 207 (81.25% from 255) = 66.99%

 GREEN value IS 81 (32.03% from 255) = 26.21%

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 66.99%
G = 26.21%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF5115 (or 0xCF5115) is known color: Tenne (Tawny). HEX triplet: CF, 51 and 15. RGB value is (207,81,21). Sum of RGB (Red+Green+Blue) = 207+81+21=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5115 is #30AEEA. Grayscale: #707070. Windows color (decimal): -3190507 or 1397199. OLE color: 1397199.

HSL color Cylindrical-coordinate representation of color #CF5115: hue angle of 19.35º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF5115 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 81 21 -
CMYK 0 0.61 0.90 0.19
HSL 19.35º 0.82% 0.45% -
HSV(B) 19.35º 0.9% 0.81% -
XYZ 28.81 19.2 2.9 -
YUV 111.83 76.74 195.88 -
System Red Green Blue C M Y K H S L
Decimal 207 81 21 0 0.61 0.90 0.19 19.35 0.82 0.45
Hex CF 51 15 0 3D 5A 13 13 52 2D
Octal 317 121 25 0 75 132 23 23 122 55
Binary 11001111 1010001 10101 0 111101 1011010 10011 10011 1010010 101101

Color Harmonies of #CF5115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5115

Black with #CF5115

Text Example


Text Example

White with #CF5115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5115; }

 p { color: rgb(207,81,21); }

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

background-color css

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

 a { background-color: rgb(207,81,21); }

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

border-color css

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

 span { border-color: rgb(207,81,21); }

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