Html Css Color HEX #CF4701 Tenne (Tawny)

📋 copy color: '#CF4701'

red 207 ◦ green 71 ◦ blue 1

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

Shades of Tenne (Tawny) #CF4701

Tints of Tenne (Tawny) #CF4701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 74.19%
G = 25.45%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CF4701 (or 0xCF4701) is known color: Tenne (Tawny). HEX triplet: CF, 47 and 01. RGB value is (207,71,1). Sum of RGB (Red+Green+Blue) = 207+71+1=279 (36% of max value = 765). Red value is 207 (81.25% from 255 or 74.19% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 1 (0.78% from 255 or 0.36% from 279); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4701 is #30B8FE. Grayscale: #686868. Windows color (decimal): -3193087 or 83919. OLE color: 83919.

HSL color Cylindrical-coordinate representation of color #CF4701: hue angle of 20.39º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF4701 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 71 1 -
CMYK 0 0.66 1.00 0.19
HSL 20.39º 0.99% 0.41% -
HSV(B) 20.39º 1% 0.81% -
XYZ 27.99 17.77 1.98 -
YUV 103.68 70.06 201.69 -
System Red Green Blue C M Y K H S L
Decimal 207 71 1 0 0.66 1.00 0.19 20.39 0.99 0.41
Hex CF 47 1 0 42 64 13 14 63 29
Octal 317 107 1 0 102 144 23 24 143 51
Binary 11001111 1000111 1 0 1000010 1100100 10011 10100 1100011 101001

Color Harmonies of #CF4701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4701

Black with #CF4701

Text Example


Text Example

White with #CF4701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4701; }

 p { color: rgb(207,71,1); }

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

background-color css

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

 a { background-color: rgb(207,71,1); }

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

border-color css

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

 span { border-color: rgb(207,71,1); }

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