#CF7242

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

Shades of Red Damask #CF7242

Tints of Red Damask #CF7242

Color information

#CF7242 (or 0xCF7242) is unknown color: approx Red Damask. HEX triplet: CF, 72 and 42. RGB value is (207,114,66). Sum of RGB (Red+Green+Blue) = 207+114+66=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7242 is #308DBD. Grayscale: #888888. Windows color (decimal): -3182014 or 4354767. OLE color: 4354767.

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

Color convert

RGB20711466-
CMYK00.450.680.19
HSL20.43º59.49%53.53%-
HSV(B)20.43º68.12%81.18%-
XYZ32.7325.698.39-
YUV136.3388.31178.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.49%
GREEN value IS 114 (44.92% from 255) = 29.46%
BLUE value IS 66 (26.17% from 255) = 17.05%
R=53.49%
G=29.46%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071146600.450.680.1920.4359.4953.53
HexCF724202D4413143b36
Octal31716210205510423247366
Binary1100111111100101000010010110110001001001110100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7242; }

 p { color: rgb(207,114,66); }

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

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

 a { background-color: rgb(207,114,66); }

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

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

 span { border-color: rgb(207,114,66); }

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