#CF1041

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

Shades of Crimson #CF1041

Tints of Crimson #CF1041

Color information

#CF1041 (or 0xCF1041) is unknown color: approx Crimson. HEX triplet: CF, 10 and 41. RGB value is (207,16,65). Sum of RGB (Red+Green+Blue) = 207+16+65=288 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.88% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 65 (25.78% from 255 or 22.57% from 288); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1041 is #30EFBE. Grayscale: #4E4E4E. Windows color (decimal): -3207103 or 4264143. OLE color: 4264143.

HSL color Cylindrical-coordinate representation of color #CF1041: hue angle of 344.61º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF1041 is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB2071665-
CMYK00.920.690.19
HSL344.61º85.65%43.73%-
HSV(B)344.61º92.27%81.18%-
XYZ26.8714.026.29-
YUV78.69120.28219.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 71.88%
GREEN value IS 16 (6.64% from 255) = 5.56%
BLUE value IS 65 (25.78% from 255) = 22.57%
R=71.88%
G=5.56%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207166500.920.690.19344.6185.6543.73
HexCF104105C4513159562c
Octal3172010101341052353112654
Binary11001111100001000001010111001000101100111010110011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1041; }

 p { color: rgb(207,16,65); }

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

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

 a { background-color: rgb(207,16,65); }

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

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

 span { border-color: rgb(207,16,65); }

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