Html Css Color HEX #CF4F18 Tenne (Tawny)

📋 copy color: '#CF4F18'

red 207 ◦ green 79 ◦ blue 24

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

Shades of Tenne (Tawny) #CF4F18

Tints of Tenne (Tawny) #CF4F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.74%

R = 66.77%
G = 25.48%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CF4F18 (or 0xCF4F18) is known color: Tenne (Tawny). HEX triplet: CF, 4F and 18. RGB value is (207,79,24). Sum of RGB (Red+Green+Blue) = 207+79+24=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 24 (9.77% from 255 or 7.74% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4F18 is #30B0E7. Grayscale: #6F6F6F. Windows color (decimal): -3191016 or 1593295. OLE color: 1593295.

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

Color convert

RGB 207 79 24 -
CMYK 0 0.62 0.88 0.19
HSL 18.03º 0.79% 0.45% -
HSV(B) 18.03º 0.88% 0.81% -
XYZ 28.69 18.92 3 -
YUV 111 78.91 196.47 -
System Red Green Blue C M Y K H S L
Decimal 207 79 24 0 0.62 0.88 0.19 18.03 0.79 0.45
Hex CF 4F 18 0 3E 58 13 12 4F 2D
Octal 317 117 30 0 76 130 23 22 117 55
Binary 11001111 1001111 11000 0 111110 1011000 10011 10010 1001111 101101

Color Harmonies of #CF4F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4F18

Black with #CF4F18

Text Example


Text Example

White with #CF4F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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