Html Css Color HEX #CF4D14 Tenne (Tawny)

📋 copy color: '#CF4D14'

red 207 ◦ green 77 ◦ blue 20

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

Shades of Tenne (Tawny) #CF4D14

Tints of Tenne (Tawny) #CF4D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.33%

 BLUE value IS 20 (8.2% from 255) = 6.58%

R = 68.09%
G = 25.33%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CF4D14 (or 0xCF4D14) is known color: Tenne (Tawny). HEX triplet: CF, 4D and 14. RGB value is (207,77,20). Sum of RGB (Red+Green+Blue) = 207+77+20=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4D14 is #30B2EB. Grayscale: #6D6D6D. Windows color (decimal): -3191532 or 1330639. OLE color: 1330639.

HSL color Cylindrical-coordinate representation of color #CF4D14: hue angle of 18.29º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF4D14 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 77 20 -
CMYK 0 0.63 0.90 0.19
HSL 18.29º 0.82% 0.45% -
HSV(B) 18.29º 0.9% 0.81% -
XYZ 28.51 18.62 2.75 -
YUV 109.37 77.57 197.63 -
System Red Green Blue C M Y K H S L
Decimal 207 77 20 0 0.63 0.90 0.19 18.29 0.82 0.45
Hex CF 4D 14 0 3F 5A 13 12 52 2D
Octal 317 115 24 0 77 132 23 22 122 55
Binary 11001111 1001101 10100 0 111111 1011010 10011 10010 1010010 101101

Color Harmonies of #CF4D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4D14

Black with #CF4D14

Text Example


Text Example

White with #CF4D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4D14; }

 p { color: rgb(207,77,20); }

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

background-color css

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

 a { background-color: rgb(207,77,20); }

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

border-color css

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

 span { border-color: rgb(207,77,20); }

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