#CF1937

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

Shades of Cardinal #CF1937

Tints of Cardinal #CF1937

Color information

#CF1937 (or 0xCF1937) is unknown color: approx Cardinal. HEX triplet: CF, 19 and 37. RGB value is (207,25,55). Sum of RGB (Red+Green+Blue) = 207+25+55=287 (38% of max value = 765). Red value is 207 (81.25% from 255 or 72.13% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF1937 is #30E6C8. Grayscale: #525252. Windows color (decimal): -3204809 or 3611087. OLE color: 3611087.

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

Color convert

RGB2072555-
CMYK00.880.730.19
HSL350.11º78.45%45.49%-
HSV(B)350.11º87.92%81.18%-
XYZ26.7714.244.95-
YUV82.84112.3216.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 72.13%
GREEN value IS 25 (10.16% from 255) = 8.71%
BLUE value IS 55 (21.88% from 255) = 19.16%
R=72.13%
G=8.71%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207255500.880.730.19350.1178.4545.49
HexCF1937058491315e4e2d
Octal317316701301112353611655
Binary1100111111001110111010110001001001100111010111101001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1937; }

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

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

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

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

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

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

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

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