Html Css Color HEX #CF5113 Tenne (Tawny)

📋 copy color: '#CF5113'

red 207 ◦ green 81 ◦ blue 19

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

Shades of Tenne (Tawny) #CF5113

Tints of Tenne (Tawny) #CF5113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.19%

R = 67.43%
G = 26.38%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF5113 (or 0xCF5113) is known color: Tenne (Tawny). HEX triplet: CF, 51 and 13. RGB value is (207,81,19). Sum of RGB (Red+Green+Blue) = 207+81+19=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 19 (7.81% from 255 or 6.19% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5113 is #30AEEC. Grayscale: #6F6F6F. Windows color (decimal): -3190509 or 1266127. OLE color: 1266127.

HSL color Cylindrical-coordinate representation of color #CF5113: hue angle of 19.79º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF5113 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 81 19 -
CMYK 0 0.61 0.91 0.19
HSL 19.79º 0.83% 0.44% -
HSV(B) 19.79º 0.91% 0.81% -
XYZ 28.79 19.2 2.8 -
YUV 111.61 75.74 196.04 -
System Red Green Blue C M Y K H S L
Decimal 207 81 19 0 0.61 0.91 0.19 19.79 0.83 0.44
Hex CF 51 13 0 3D 5B 13 14 53 2C
Octal 317 121 23 0 75 133 23 24 123 54
Binary 11001111 1010001 10011 0 111101 1011011 10011 10100 1010011 101100

Color Harmonies of #CF5113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5113

Black with #CF5113

Text Example


Text Example

White with #CF5113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5113; }

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

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

background-color css

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

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

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

border-color css

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

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

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