#CF0C49

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

Shades of Crimson #CF0C49

Tints of Crimson #CF0C49

Color information

#CF0C49 (or 0xCF0C49) is unknown color: approx Crimson. HEX triplet: CF, 0C and 49. RGB value is (207,12,73). Sum of RGB (Red+Green+Blue) = 207+12+73=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 12 (5.08% from 255 or 4.11% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0C49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0C49 is #30F3B6. Grayscale: #4D4D4D. Windows color (decimal): -3208119 or 4787407. OLE color: 4787407.

HSL color Cylindrical-coordinate representation of color #CF0C49: hue angle of 341.23º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF0C49 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB2071273-
CMYK00.940.650.19
HSL341.23º89.04%42.94%-
HSV(B)341.23º94.2%81.18%-
XYZ27.0714.017.58-
YUV77.26125.6220.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 70.89%
GREEN value IS 12 (5.08% from 255) = 4.11%
BLUE value IS 73 (28.91% from 255) = 25%
R=70.89%
G=4.11%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207127300.940.650.19341.2389.0442.94
HexCFC4905E4113155592b
Octal3171411101361012352513153
Binary1100111111001001001010111101000001100111010101011011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0C49; }

 p { color: rgb(207,12,73); }

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

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

 a { background-color: rgb(207,12,73); }

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

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

 span { border-color: rgb(207,12,73); }

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