Html Css Color HEX #CF5313 Tenne (Tawny)

📋 copy color: '#CF5313'

red 207 ◦ green 83 ◦ blue 19

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

Shades of Tenne (Tawny) #CF5313

Tints of Tenne (Tawny) #CF5313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.86%

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

R = 66.99%
G = 26.86%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF5313 (or 0xCF5313) is known color: Tenne (Tawny). HEX triplet: CF, 53 and 13. RGB value is (207,83,19). Sum of RGB (Red+Green+Blue) = 207+83+19=309 (40% of max value = 765). Red value is 207 (81.25% from 255 or 66.99% from 309); Green value is 83 (32.81% from 255 or 26.86% from 309); Blue value is 19 (7.81% from 255 or 6.15% from 309); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5313 is #30ACEC. Grayscale: #717171. Windows color (decimal): -3189997 or 1266639. OLE color: 1266639.

HSL color Cylindrical-coordinate representation of color #CF5313: hue angle of 20.43º 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 #CF5313 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 19 -
CMYK 0 0.60 0.91 0.19
HSL 20.43º 0.83% 0.44% -
HSV(B) 20.43º 0.91% 0.81% -
XYZ 28.94 19.5 2.85 -
YUV 112.78 75.08 195.2 -
System Red Green Blue C M Y K H S L
Decimal 207 83 19 0 0.60 0.91 0.19 20.43 0.83 0.44
Hex CF 53 13 0 3C 5B 13 14 53 2C
Octal 317 123 23 0 74 133 23 24 123 54
Binary 11001111 1010011 10011 0 111100 1011011 10011 10100 1010011 101100

Color Harmonies of #CF5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5313

Black with #CF5313

Text Example


Text Example

White with #CF5313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5313; }

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

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

background-color css

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

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

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

border-color css

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

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

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