#CF1D37

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

Shades of Cardinal #CF1D37

Tints of Cardinal #CF1D37

Color information

#CF1D37 (or 0xCF1D37) is unknown color: approx Cardinal. HEX triplet: CF, 1D and 37. RGB value is (207,29,55). Sum of RGB (Red+Green+Blue) = 207+29+55=291 (38% of max value = 765). Red value is 207 (81.25% from 255 or 71.13% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1D37 is #30E2C8. Grayscale: #555555. Windows color (decimal): -3203785 or 3612111. OLE color: 3612111.

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

Color convert

RGB2072955-
CMYK00.860.730.19
HSL351.24º75.42%46.27%-
HSV(B)351.24º85.99%81.18%-
XYZ26.8614.424.98-
YUV85.19110.97214.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 71.13%
GREEN value IS 29 (11.72% from 255) = 9.97%
BLUE value IS 55 (21.88% from 255) = 18.90%
R=71.13%
G=9.97%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207295500.860.730.19351.2475.4246.27
HexCF1D37056491315f4b2e
Octal317356701261112353711356
Binary1100111111101110111010101101001001100111010111111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1D37; }

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

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

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

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

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

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

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

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