#C0013F

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

Shades of Cardinal #C0013F

Tints of Cardinal #C0013F

Color information

#C0013F (or 0xC0013F) is unknown color: approx Cardinal. HEX triplet: C0, 01 and 3F. RGB value is (192,1,63). Sum of RGB (Red+Green+Blue) = 192+1+63=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C0013F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0013F is #3FFEC0. Grayscale: #414141. Windows color (decimal): -4193985 or 4129216. OLE color: 4129216.

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

Color convert

RGB192163-
CMYK00.990.670.25
HSL340.52º98.96%37.84%-
HSV(B)340.52º99.48%75.29%-
XYZ22.6511.595.75-
YUV65.18126.78218.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 63 (25% from 255) = 24.61%
R=75%
G=0.39%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19216300.990.670.25340.5298.9637.84
HexC013F06343191556326
Octal30017701431033152514346
Binary110000001111111011000111000011110011010101011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0013F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0013F; }

 p { color: rgb(192,1,63); }

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

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

 a { background-color: rgb(192,1,63); }

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

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

 span { border-color: rgb(192,1,63); }

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