Html Css Color HEX #CF4F0F Tenne (Tawny)

📋 copy color: '#CF4F0F'

red 207 ◦ green 79 ◦ blue 15

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

Shades of Tenne (Tawny) #CF4F0F

Tints of Tenne (Tawny) #CF4F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.98%

R = 68.77%
G = 26.25%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.19

RGB Variations

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

Color information

#CF4F0F (or 0xCF4F0F) is known color: Tenne (Tawny). HEX triplet: CF, 4F and 0F. RGB value is (207,79,15). Sum of RGB (Red+Green+Blue) = 207+79+15=301 (39% of max value = 765). Red value is 207 (81.25% from 255 or 68.77% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 15 (6.25% from 255 or 4.98% from 301); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4F0F is #30B0F0. Grayscale: #6E6E6E. Windows color (decimal): -3191025 or 1003471. OLE color: 1003471.

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

Color convert

RGB 207 79 15 -
CMYK 0 0.62 0.93 0.19
HSL 20º 0.86% 0.44% -
HSV(B) 20º 0.93% 0.81% -
XYZ 28.61 18.89 2.59 -
YUV 109.98 74.41 197.2 -
System Red Green Blue C M Y K H S L
Decimal 207 79 15 0 0.62 0.93 0.19 20 0.86 0.44
Hex CF 4F F 0 3E 5D 13 14 56 2C
Octal 317 117 17 0 76 135 23 24 126 54
Binary 11001111 1001111 1111 0 111110 1011101 10011 10100 1010110 101100

Color Harmonies of #CF4F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4F0F

Black with #CF4F0F

Text Example


Text Example

White with #CF4F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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