#C1023D

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

Shades of Cardinal #C1023D

Tints of Cardinal #C1023D

Color information

#C1023D (or 0xC1023D) is unknown color: approx Cardinal. HEX triplet: C1, 02 and 3D. RGB value is (193,2,61). Sum of RGB (Red+Green+Blue) = 193+2+61=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1023D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1023D is #3EFDC2. Grayscale: #414141. Windows color (decimal): -4128195 or 3998401. OLE color: 3998401.

HSL color Cylindrical-coordinate representation of color #C1023D: hue angle of 341.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C1023D is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB193261-
CMYK00.990.680.24
HSL341.47º97.95%38.24%-
HSV(B)341.47º98.96%75.69%-
XYZ22.8611.725.47-
YUV65.84125.28218.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.39%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=75.39%
G=0.78%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19326100.990.680.24341.4797.9538.24
HexC123D06344181556226
Octal30127501431043052514246
Binary1100000110111101011000111000100110001010101011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1023D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1023D; }

 p { color: rgb(193,2,61); }

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

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

 a { background-color: rgb(193,2,61); }

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

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

 span { border-color: rgb(193,2,61); }

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