Html Css Color HEX #CF4407 Tenne (Tawny)

📋 copy color: '#CF4407'

red 207 ◦ green 68 ◦ blue 7

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

Shades of Tenne (Tawny) #CF4407

Tints of Tenne (Tawny) #CF4407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

 BLUE value IS 7 (3.13% from 255) = 2.48%

R = 73.4%
G = 24.11%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF4407 (or 0xCF4407) is known color: Tenne (Tawny). HEX triplet: CF, 44 and 07. RGB value is (207,68,7). Sum of RGB (Red+Green+Blue) = 207+68+7=282 (37% of max value = 765). Red value is 207 (81.25% from 255 or 73.40% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF4407 is #30BBF8. Grayscale: #666666. Windows color (decimal): -3193849 or 476367. OLE color: 476367.

HSL color Cylindrical-coordinate representation of color #CF4407: hue angle of 18.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF4407 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 68 7 -
CMYK 0 0.67 0.97 0.19
HSL 18.3º 0.93% 0.42% -
HSV(B) 18.3º 0.97% 0.81% -
XYZ 27.84 17.41 2.1 -
YUV 102.61 74.05 202.46 -
System Red Green Blue C M Y K H S L
Decimal 207 68 7 0 0.67 0.97 0.19 18.3 0.93 0.42
Hex CF 44 7 0 43 61 13 12 5D 2A
Octal 317 104 7 0 103 141 23 22 135 52
Binary 11001111 1000100 111 0 1000011 1100001 10011 10010 1011101 101010

Color Harmonies of #CF4407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4407

Black with #CF4407

Text Example


Text Example

White with #CF4407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4407; }

 p { color: rgb(207,68,7); }

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

background-color css

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

 a { background-color: rgb(207,68,7); }

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

border-color css

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

 span { border-color: rgb(207,68,7); }

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