#CF0337

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

Shades of Crimson #CF0337

Tints of Crimson #CF0337

Color information

#CF0337 (or 0xCF0337) is unknown color: approx Crimson. HEX triplet: CF, 03 and 37. RGB value is (207,3,55). Sum of RGB (Red+Green+Blue) = 207+3+55=265 (35% of max value = 765). Red value is 207 (81.25% from 255 or 78.11% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0337 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0337 is #30FCC8. Grayscale: #454545. Windows color (decimal): -3210441 or 3605455. OLE color: 3605455.

HSL color Cylindrical-coordinate representation of color #CF0337: hue angle of 344.71º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF0337 is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB207355-
CMYK00.990.730.19
HSL344.71º97.14%41.18%-
HSV(B)344.71º98.55%81.18%-
XYZ26.4513.614.85-
YUV69.92119.59225.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 78.11%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 55 (21.88% from 255) = 20.75%
R=78.11%
G=1.13%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20735500.990.730.19344.7197.1441.18
HexCF33706349131596129
Octal31736701431112353114151
Binary1100111111110111011000111001001100111010110011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0337; }

 p { color: rgb(207,3,55); }

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

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

 a { background-color: rgb(207,3,55); }

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

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

 span { border-color: rgb(207,3,55); }

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