#CF0531

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

Shades of Crimson #CF0531

Tints of Crimson #CF0531

Color information

#CF0531 (or 0xCF0531) is unknown color: approx Crimson. HEX triplet: CF, 05 and 31. RGB value is (207,5,49). Sum of RGB (Red+Green+Blue) = 207+5+49=261 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.31% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0531 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0531 is #30FACE. Grayscale: #464646. Windows color (decimal): -3209935 or 3212751. OLE color: 3212751.

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

Color convert

RGB207549-
CMYK00.980.760.19
HSL346.93º95.28%41.57%-
HSV(B)346.93º97.58%81.18%-
XYZ26.3413.64.14-
YUV70.41115.92225.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 79.31%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 49 (19.53% from 255) = 18.77%
R=79.31%
G=1.92%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.76
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20754900.980.760.19346.9395.2841.57
HexCF5310624C1315b5f2a
Octal31756101421142353313752
Binary11001111101110001011000101001100100111010110111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0531; }

 p { color: rgb(207,5,49); }

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

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

 a { background-color: rgb(207,5,49); }

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

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

 span { border-color: rgb(207,5,49); }

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