#C01448

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

Shades of Cardinal #C01448

Tints of Cardinal #C01448

Color information

#C01448 (or 0xC01448) is unknown color: approx Cardinal. HEX triplet: C0, 14 and 48. RGB value is (192,20,72). Sum of RGB (Red+Green+Blue) = 192+20+72=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 20 (8.20% from 255 or 7.04% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C01448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01448 is #3FEBB7. Grayscale: #4D4D4D. Windows color (decimal): -4189112 or 4723904. OLE color: 4723904.

HSL color Cylindrical-coordinate representation of color #C01448: hue angle of 341.86º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01448 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB1922072-
CMYK00.900.630.25
HSL341.86º81.13%41.57%-
HSV(B)341.86º89.58%75.29%-
XYZ23.1612.177.26-
YUV77.36124.98209.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 67.61%
GREEN value IS 20 (8.20% from 255) = 7.04%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=67.61%
G=7.04%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192207200.900.630.25341.8681.1341.57
HexC0144805A3F19156512a
Octal300241100132773152612152
Binary1100000010100100100001011010111111110011010101101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01448; }

 p { color: rgb(192,20,72); }

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

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

 a { background-color: rgb(192,20,72); }

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

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

 span { border-color: rgb(192,20,72); }

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