Html Css Color HEX #CF4A11 Tenne (Tawny)

📋 copy color: '#CF4A11'

red 207 ◦ green 74 ◦ blue 17

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

Shades of Tenne (Tawny) #CF4A11

Tints of Tenne (Tawny) #CF4A11

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.83%

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

R = 69.46%
G = 24.83%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CF4A11 (or 0xCF4A11) is known color: Tenne (Tawny). HEX triplet: CF, 4A and 11. RGB value is (207,74,17). Sum of RGB (Red+Green+Blue) = 207+74+17=298 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.46% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4A11 is #30B5EE. Grayscale: #6B6B6B. Windows color (decimal): -3192303 or 1133263. OLE color: 1133263.

HSL color Cylindrical-coordinate representation of color #CF4A11: hue angle of 18º 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 #CF4A11 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 74 17 -
CMYK 0 0.64 0.92 0.19
HSL 18º 0.85% 0.44% -
HSV(B) 18º 0.92% 0.81% -
XYZ 28.28 18.2 2.55 -
YUV 107.27 77.06 199.13 -
System Red Green Blue C M Y K H S L
Decimal 207 74 17 0 0.64 0.92 0.19 18 0.85 0.44
Hex CF 4A 11 0 40 5C 13 12 55 2C
Octal 317 112 21 0 100 134 23 22 125 54
Binary 11001111 1001010 10001 0 1000000 1011100 10011 10010 1010101 101100

Color Harmonies of #CF4A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4A11

Black with #CF4A11

Text Example


Text Example

White with #CF4A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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