Html Css Color HEX #CF5713 Tenne (Tawny)

📋 copy color: '#CF5713'

red 207 ◦ green 87 ◦ blue 19

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

Shades of Tenne (Tawny) #CF5713

Tints of Tenne (Tawny) #CF5713

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.8%

 BLUE value IS 19 (7.81% from 255) = 6.07%

R = 66.13%
G = 27.8%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF5713 (or 0xCF5713) is known color: Tenne (Tawny). HEX triplet: CF, 57 and 13. RGB value is (207,87,19). Sum of RGB (Red+Green+Blue) = 207+87+19=313 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.13% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 19 (7.81% from 255 or 6.07% from 313); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5713 is #30A8EC. Grayscale: #737373. Windows color (decimal): -3188973 or 1267663. OLE color: 1267663.

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

Color convert

RGB 207 87 19 -
CMYK 0 0.58 0.91 0.19
HSL 21.7º 0.83% 0.44% -
HSV(B) 21.7º 0.91% 0.81% -
XYZ 29.26 20.13 2.96 -
YUV 115.13 73.76 193.53 -
System Red Green Blue C M Y K H S L
Decimal 207 87 19 0 0.58 0.91 0.19 21.7 0.83 0.44
Hex CF 57 13 0 3A 5B 13 16 53 2C
Octal 317 127 23 0 72 133 23 26 123 54
Binary 11001111 1010111 10011 0 111010 1011011 10011 10110 1010011 101100

Color Harmonies of #CF5713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5713

Black with #CF5713

Text Example


Text Example

White with #CF5713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5713; }

 p { color: rgb(207,87,19); }

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

background-color css

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

 a { background-color: rgb(207,87,19); }

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

border-color css

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

 span { border-color: rgb(207,87,19); }

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