#CF1246

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

Shades of Crimson #CF1246

Tints of Crimson #CF1246

Color information

#CF1246 (or 0xCF1246) is unknown color: approx Crimson. HEX triplet: CF, 12 and 46. RGB value is (207,18,70). Sum of RGB (Red+Green+Blue) = 207+18+70=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 70 (27.73% from 255 or 23.73% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1246 is #30EDB9. Grayscale: #505050. Windows color (decimal): -3206586 or 4592335. OLE color: 4592335.

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

Color convert

RGB2071870-
CMYK00.910.660.19
HSL343.49º84%44.12%-
HSV(B)343.49º91.3%81.18%-
XYZ27.0514.147.1-
YUV80.44122.12218.27-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 70.17%
GREEN value IS 18 (7.42% from 255) = 6.10%
BLUE value IS 70 (27.73% from 255) = 23.73%
R=70.17%
G=6.10%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207187000.910.660.19343.498444.12
HexCF124605B4213157542c
Octal3172210601331022352712454
Binary11001111100101000110010110111000010100111010101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1246; }

 p { color: rgb(207,18,70); }

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

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

 a { background-color: rgb(207,18,70); }

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

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

 span { border-color: rgb(207,18,70); }

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