#cf1d45

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

Shades of Cardinal #CF1D45

Tints of Cardinal #CF1D45

Color information

#CF1D45 (or 0xCF1D45) is unknown color: approx Cardinal. HEX triplet: CF, 1D and 45. RGB value is (207,29,69). Sum of RGB (Red+Green+Blue) = 207+29+69=305 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.87% from 305); Green value is 29 (11.72% from 255 or 9.51% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 207 - color contains mainly: red. Hex color #CF1D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF1D45 is #30E2BA. Grayscale: #565656. Windows color (decimal): -3203771 or 4529615. OLE color: 4529615.

HSL color Cylindrical-coordinate representation of color #CF1D45: hue angle of 346.52º 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 #CF1D45 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB2072969-
CMYK00.860.670.19
HSL346.52º75.42%46.27%-
HSV(B)346.52º85.99%81.18%-
XYZ27.2514.577.01-
YUV86.78117.97213.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 67.87%
GREEN value IS 29 (11.72% from 255) = 9.51%
BLUE value IS 69 (27.34% from 255) = 22.62%
R=67.87%
G=9.51%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207296900.860.670.19346.5275.4246.27
HexCF1D45056431315b4b2e
Octal3173510501261032353311356
Binary11001111111011000101010101101000011100111010110111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf1d45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf1d45; }

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

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

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

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

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

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

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

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