#cf0847

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

Shades of Crimson #CF0847

Tints of Crimson #CF0847

Color information

#CF0847 (or 0xCF0847) is unknown color: approx Crimson. HEX triplet: CF, 08 and 47. RGB value is (207,8,71). Sum of RGB (Red+Green+Blue) = 207+8+71=286 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.38% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0847 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0847 is #30F7B8. Grayscale: #4A4A4A. Windows color (decimal): -3209145 or 4655311. OLE color: 4655311.

HSL color Cylindrical-coordinate representation of color #CF0847: hue angle of 341.01º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF0847 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB207871-
CMYK00.960.660.19
HSL341.01º92.56%42.16%-
HSV(B)341.01º96.14%81.18%-
XYZ26.9613.897.22-
YUV74.68125.93222.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 72.38%
GREEN value IS 8 (3.52% from 255) = 2.80%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=72.38%
G=2.80%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20787100.960.660.19341.0192.5642.16
HexCF84706042131555d2a
Octal3171010701401022352513552
Binary1100111110001000111011000001000010100111010101011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf0847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf0847; }

 p { color: rgb(207,8,71); }

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

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

 a { background-color: rgb(207,8,71); }

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

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

 span { border-color: rgb(207,8,71); }

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