#CF7141

Color #CF7141 Red Damask (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Damask #CF7141

Tints of Red Damask #CF7141

Color information

#CF7141 (or 0xCF7141) is unknown color: approx Red Damask. HEX triplet: CF, 71 and 41. RGB value is (207,113,65). Sum of RGB (Red+Green+Blue) = 207+113+65=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 65 (25.78% from 255 or 16.88% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7141 is #308EBE. Grayscale: #878787. Windows color (decimal): -3182271 or 4288975. OLE color: 4288975.

HSL color Cylindrical-coordinate representation of color #CF7141: hue angle of 20.28º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF7141 is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20711365-
CMYK00.450.690.19
HSL20.28º59.66%53.33%-
HSV(B)20.28º68.6%81.18%-
XYZ32.5925.468.2-
YUV135.6388.14178.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.77%
GREEN value IS 113 (44.53% from 255) = 29.35%
BLUE value IS 65 (25.78% from 255) = 16.88%
R=53.77%
G=29.35%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071136500.450.690.1920.2859.6653.33
HexCF714102D4513143c35
Octal31716110105510523247465
Binary1100111111100011000001010110110001011001110100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7141; }

 p { color: rgb(207,113,65); }

 H1.HeaderClassName
 {
   color: #CF7141;
 }
 .AnyTagClassName
 {
   color: #CF7141;
 }
</style>
background-color css

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

 a { background-color: rgb(207,113,65); }

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

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

 span { border-color: rgb(207,113,65); }

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