Html Css Color HEX #CF4F11 Tenne (Tawny)

📋 copy color: '#CF4F11'

red 207 ◦ green 79 ◦ blue 17

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

Shades of Tenne (Tawny) #CF4F11

Tints of Tenne (Tawny) #CF4F11

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.07%

 BLUE value IS 17 (7.03% from 255) = 5.61%

R = 68.32%
G = 26.07%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF4F11 (or 0xCF4F11) is known color: Tenne (Tawny). HEX triplet: CF, 4F and 11. RGB value is (207,79,17). Sum of RGB (Red+Green+Blue) = 207+79+17=303 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.32% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4F11 is #30B0EE. Grayscale: #6E6E6E. Windows color (decimal): -3191023 or 1134543. OLE color: 1134543.

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

Color convert

RGB 207 79 17 -
CMYK 0 0.62 0.92 0.19
HSL 19.58º 0.85% 0.44% -
HSV(B) 19.58º 0.92% 0.81% -
XYZ 28.63 18.9 2.67 -
YUV 110.2 75.41 197.04 -
System Red Green Blue C M Y K H S L
Decimal 207 79 17 0 0.62 0.92 0.19 19.58 0.85 0.44
Hex CF 4F 11 0 3E 5C 13 14 55 2C
Octal 317 117 21 0 76 134 23 24 125 54
Binary 11001111 1001111 10001 0 111110 1011100 10011 10100 1010101 101100

Color Harmonies of #CF4F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4F11

Black with #CF4F11

Text Example


Text Example

White with #CF4F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4F11; }

 p { color: rgb(207,79,17); }

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

background-color css

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

 a { background-color: rgb(207,79,17); }

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

border-color css

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

 span { border-color: rgb(207,79,17); }

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