#C01C34

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

Shades of Cardinal #C01C34

Tints of Cardinal #C01C34

Color information

#C01C34 (or 0xC01C34) is unknown color: approx Cardinal. HEX triplet: C0, 1C and 34. RGB value is (192,28,52). Sum of RGB (Red+Green+Blue) = 192+28+52=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C01C34 is #3FE3CB. Grayscale: #4F4F4F. Windows color (decimal): -4187084 or 3415232. OLE color: 3415232.

HSL color Cylindrical-coordinate representation of color #C01C34: hue angle of 351.22º 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 #C01C34 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1922852-
CMYK00.850.730.25
HSL351.22º74.55%43.14%-
HSV(B)351.22º85.42%75.29%-
XYZ22.7712.284.42-
YUV79.77112.33208.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 70.59%
GREEN value IS 28 (11.33% from 255) = 10.29%
BLUE value IS 52 (20.70% from 255) = 19.12%
R=70.59%
G=10.29%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192285200.850.730.25351.2274.5543.14
HexC01C34055491915f4b2b
Octal300346401251113153711353
Binary1100000011100110100010101011001001110011010111111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01C34; }

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

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

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

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

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

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

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

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