#CF1545

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

Shades of Crimson #CF1545

Tints of Crimson #CF1545

Color information

#CF1545 (or 0xCF1545) is unknown color: approx Crimson. HEX triplet: CF, 15 and 45. RGB value is (207,21,69). Sum of RGB (Red+Green+Blue) = 207+21+69=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1545 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1545 is #30EABA. Grayscale: #525252. Windows color (decimal): -3205819 or 4527567. OLE color: 4527567.

HSL color Cylindrical-coordinate representation of color #CF1545: hue angle of 344.52º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF1545 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB2072169-
CMYK00.900.670.19
HSL344.52º81.58%44.71%-
HSV(B)344.52º89.86%81.18%-
XYZ27.0714.236.95-
YUV82.09120.62217.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 69.70%
GREEN value IS 21 (8.59% from 255) = 7.07%
BLUE value IS 69 (27.34% from 255) = 23.23%
R=69.70%
G=7.07%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207216900.900.670.19344.5281.5844.71
HexCF154505A4313159522d
Octal3172510501321032353112255
Binary11001111101011000101010110101000011100111010110011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1545; }

 p { color: rgb(207,21,69); }

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

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

 a { background-color: rgb(207,21,69); }

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

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

 span { border-color: rgb(207,21,69); }

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