#CF0D41

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

Shades of Crimson #CF0D41

Tints of Crimson #CF0D41

Color information

#CF0D41 (or 0xCF0D41) is unknown color: approx Crimson. HEX triplet: CF, 0D and 41. RGB value is (207,13,65). Sum of RGB (Red+Green+Blue) = 207+13+65=285 (37% of max value = 765). Red value is 207 (81.25% from 255 or 72.63% from 285); Green value is 13 (5.47% from 255 or 4.56% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0D41 is #30F2BE. Grayscale: #4C4C4C. Windows color (decimal): -3207871 or 4263375. OLE color: 4263375.

HSL color Cylindrical-coordinate representation of color #CF0D41: hue angle of 343.92º degrees, saturation: 0.88, 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 #CF0D41 is Cyan = 0, Magento = 0.94, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB2071365-
CMYK00.940.690.19
HSL343.92º88.18%43.14%-
HSV(B)343.92º93.72%81.18%-
XYZ26.8313.936.28-
YUV76.93121.27220.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 72.63%
GREEN value IS 13 (5.47% from 255) = 4.56%
BLUE value IS 65 (25.78% from 255) = 22.81%
R=72.63%
G=4.56%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207136500.940.690.19343.9288.1843.14
HexCFD4105E4513158582b
Octal3171510101361052353013053
Binary1100111111011000001010111101000101100111010110001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0D41; }

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

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

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

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

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

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

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

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