#C1003D

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

Shades of Cardinal #C1003D

Tints of Cardinal #C1003D

Color information

#C1003D (or 0xC1003D) is unknown color: approx Cardinal. HEX triplet: C1, 00 and 3D. RGB value is (193,0,61). Sum of RGB (Red+Green+Blue) = 193+0+61=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 61 (24.22% from 255 or 24.02% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C1003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1003D is #3EFFC2. Grayscale: #404040. Windows color (decimal): -4128707 or 3997889. OLE color: 3997889.

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

Color convert

RGB193061-
CMYK010.680.24
HSL341.04º100%37.84%-
HSV(B)341.04º100%75.69%-
XYZ22.8311.675.46-
YUV64.66125.94219.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 75.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 24.02%
R=75.98%
G=0%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193061010.680.24341.0410037.84
HexC103D06444181556426
Octal30107501441043052514446
Binary110000010111101011001001000100110001010101011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1003D; }

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

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

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

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

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

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

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

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