#C01344

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

Shades of Cardinal #C01344

Tints of Cardinal #C01344

Color information

#C01344 (or 0xC01344) is unknown color: approx Cardinal. HEX triplet: C0, 13 and 44. RGB value is (192,19,68). Sum of RGB (Red+Green+Blue) = 192+19+68=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C01344 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01344 is #3FECBB. Grayscale: #4C4C4C. Windows color (decimal): -4189372 or 4461504. OLE color: 4461504.

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

Color convert

RGB1921968-
CMYK00.900.650.25
HSL343.01º81.99%41.37%-
HSV(B)343.01º90.1%75.29%-
XYZ23.0112.096.59-
YUV76.31123.31210.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 68.82%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 68 (26.95% from 255) = 24.37%
R=68.82%
G=6.81%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192196800.900.650.25343.0181.9941.37
HexC0134405A41191575229
Octal3002310401321013152712251
Binary11000000100111000100010110101000001110011010101111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01344; }

 p { color: rgb(192,19,68); }

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

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

 a { background-color: rgb(192,19,68); }

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

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

 span { border-color: rgb(192,19,68); }

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