#C0023F

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

Shades of Cardinal #C0023F

Tints of Cardinal #C0023F

Color information

#C0023F (or 0xC0023F) is unknown color: approx Cardinal. HEX triplet: C0, 02 and 3F. RGB value is (192,2,63). Sum of RGB (Red+Green+Blue) = 192+2+63=257 (34% of max value = 765). Red value is 192 (75.39% from 255 or 74.71% from 257); Green value is 2 (1.17% from 255 or 0.78% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 192 - color contains mainly: red. Hex color #C0023F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C0023F is #3FFDC0. Grayscale: #414141. Windows color (decimal): -4193729 or 4129472. OLE color: 4129472.

HSL color Cylindrical-coordinate representation of color #C0023F: hue angle of 340.74º degrees, saturation: 0.98, 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 #C0023F is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB192263-
CMYK00.990.670.25
HSL340.74º97.94%38.04%-
HSV(B)340.74º98.96%75.29%-
XYZ22.6611.615.75-
YUV65.76126.45218.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 74.71%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 63 (25% from 255) = 24.51%
R=74.71%
G=0.78%
B=24.51%

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
Decimal19226300.990.670.25340.7497.9438.04
HexC023F06343191556226
Octal30027701431033152514246
Binary1100000010111111011000111000011110011010101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0023F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0023F; }

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

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

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

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

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

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

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

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