#CF1943

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

Shades of Crimson #CF1943

Tints of Crimson #CF1943

Color information

#CF1943 (or 0xCF1943) is unknown color: approx Crimson. HEX triplet: CF, 19 and 43. RGB value is (207,25,67). Sum of RGB (Red+Green+Blue) = 207+25+67=299 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.23% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 67 (26.56% from 255 or 22.41% from 299); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1943 is #30E6BC. Grayscale: #545454. Windows color (decimal): -3204797 or 4397519. OLE color: 4397519.

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

Color convert

RGB2072567-
CMYK00.880.680.19
HSL346.15º78.45%45.49%-
HSV(B)346.15º87.92%81.18%-
XYZ27.0914.376.66-
YUV84.21118.3215.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 69.23%
GREEN value IS 25 (10.16% from 255) = 8.36%
BLUE value IS 67 (26.56% from 255) = 22.41%
R=69.23%
G=8.36%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207256700.880.680.19346.1578.4545.49
HexCF1943058441315a4e2d
Octal3173110301301042353211655
Binary11001111110011000011010110001000100100111010110101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1943; }

 p { color: rgb(207,25,67); }

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

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

 a { background-color: rgb(207,25,67); }

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

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

 span { border-color: rgb(207,25,67); }

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