Html Css Color HEX #CF4F19 Tenne (Tawny)

📋 copy color: '#CF4F19'

red 207 ◦ green 79 ◦ blue 25

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

Shades of Tenne (Tawny) #CF4F19

Tints of Tenne (Tawny) #CF4F19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.04%

R = 66.56%
G = 25.4%
B = 8.04%

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

#CF4F19 (or 0xCF4F19) is known color: Tenne (Tawny). HEX triplet: CF, 4F and 19. RGB value is (207,79,25). Sum of RGB (Red+Green+Blue) = 207+79+25=311 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.56% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 25 (10.16% from 255 or 8.04% from 311); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4F19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF4F19 is #30B0E6. Grayscale: #6F6F6F. Windows color (decimal): -3191015 or 1658831. OLE color: 1658831.

HSL color Cylindrical-coordinate representation of color #CF4F19: hue angle of 17.8º degrees, saturation: 0.78, 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 #CF4F19 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 79 25 -
CMYK 0 0.62 0.88 0.19
HSL 17.8º 0.78% 0.45% -
HSV(B) 17.8º 0.88% 0.81% -
XYZ 28.7 18.93 3.06 -
YUV 111.12 79.41 196.39 -
System Red Green Blue C M Y K H S L
Decimal 207 79 25 0 0.62 0.88 0.19 17.8 0.78 0.45
Hex CF 4F 19 0 3E 58 13 12 4E 2D
Octal 317 117 31 0 76 130 23 22 116 55
Binary 11001111 1001111 11001 0 111110 1011000 10011 10010 1001110 101101

Color Harmonies of #CF4F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF4F19

Black with #CF4F19

Text Example


Text Example

White with #CF4F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF4F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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