Html Css Color HEX #CF500D Tenne (Tawny)

📋 copy color: '#CF500D'

red 207 ◦ green 80 ◦ blue 13

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

Shades of Tenne (Tawny) #CF500D

Tints of Tenne (Tawny) #CF500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

 BLUE value IS 13 (5.47% from 255) = 4.33%

R = 69%
G = 26.67%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF500D (or 0xCF500D) is known color: Tenne (Tawny). HEX triplet: CF, 50 and 0D. RGB value is (207,80,13). Sum of RGB (Red+Green+Blue) = 207+80+13=300 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 13 (5.47% from 255 or 4.33% from 300); Max value from RGB is 207 - color contains mainly: red. Hex color #CF500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF500D is #30AFF2. Grayscale: #6E6E6E. Windows color (decimal): -3190771 or 872655. OLE color: 872655.

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

Color convert

RGB 207 80 13 -
CMYK 0 0.61 0.94 0.19
HSL 20.72º 0.88% 0.43% -
HSV(B) 20.72º 0.94% 0.81% -
XYZ 28.67 19.03 2.54 -
YUV 110.34 73.08 196.95 -
System Red Green Blue C M Y K H S L
Decimal 207 80 13 0 0.61 0.94 0.19 20.72 0.88 0.43
Hex CF 50 D 0 3D 5E 13 15 58 2B
Octal 317 120 15 0 75 136 23 25 130 53
Binary 11001111 1010000 1101 0 111101 1011110 10011 10101 1011000 101011

Color Harmonies of #CF500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF500D

Black with #CF500D

Text Example


Text Example

White with #CF500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF500D; }

 p { color: rgb(207,80,13); }

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

background-color css

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

 a { background-color: rgb(207,80,13); }

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

border-color css

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

 span { border-color: rgb(207,80,13); }

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