#c01c39

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

Shades of Cardinal #C01C39

Tints of Cardinal #C01C39

Color information

#C01C39 (or 0xC01C39) is unknown color: approx Cardinal. HEX triplet: C0, 1C and 39. RGB value is (192,28,57). Sum of RGB (Red+Green+Blue) = 192+28+57=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01C39 is #3FE3C6. Grayscale: #505050. Windows color (decimal): -4187079 or 3742912. OLE color: 3742912.

HSL color Cylindrical-coordinate representation of color #C01C39: hue angle of 349.39º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01C39 is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB1922857-
CMYK00.850.700.25
HSL349.39º74.55%43.14%-
HSV(B)349.39º85.42%75.29%-
XYZ22.8912.335.04-
YUV80.34114.83207.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 69.31%
GREEN value IS 28 (11.33% from 255) = 10.11%
BLUE value IS 57 (22.66% from 255) = 20.58%
R=69.31%
G=10.11%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192285700.850.700.25349.3974.5543.14
HexC01C39055461915d4b2b
Octal300347101251063153511353
Binary1100000011100111001010101011000110110011010111011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c01c39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c01c39; }

 p { color: rgb(192,28,57); }

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

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

 a { background-color: rgb(192,28,57); }

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

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

 span { border-color: rgb(192,28,57); }

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