Html Css Color HEX #CF550D Tenne (Tawny)

📋 copy color: '#CF550D'

red 207 ◦ green 85 ◦ blue 13

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

Shades of Tenne (Tawny) #CF550D

Tints of Tenne (Tawny) #CF550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

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

R = 67.87%
G = 27.87%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.19

RGB Variations

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

Color information

#CF550D (or 0xCF550D) is known color: Tenne (Tawny). HEX triplet: CF, 55 and 0D. RGB value is (207,85,13). Sum of RGB (Red+Green+Blue) = 207+85+13=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF550D is #30AAF2. Grayscale: #717171. Windows color (decimal): -3189491 or 873935. OLE color: 873935.

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

Color convert

RGB 207 85 13 -
CMYK 0 0.59 0.94 0.19
HSL 22.27º 0.88% 0.43% -
HSV(B) 22.27º 0.94% 0.81% -
XYZ 29.05 19.79 2.67 -
YUV 113.27 71.42 194.85 -
System Red Green Blue C M Y K H S L
Decimal 207 85 13 0 0.59 0.94 0.19 22.27 0.88 0.43
Hex CF 55 D 0 3B 5E 13 16 58 2B
Octal 317 125 15 0 73 136 23 26 130 53
Binary 11001111 1010101 1101 0 111011 1011110 10011 10110 1011000 101011

Color Harmonies of #CF550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF550D

Black with #CF550D

Text Example


Text Example

White with #CF550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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