#C10D38

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

Shades of Cardinal #C10D38

Tints of Cardinal #C10D38

Color information

#C10D38 (or 0xC10D38) is unknown color: approx Cardinal. HEX triplet: C1, 0D and 38. RGB value is (193,13,56). Sum of RGB (Red+Green+Blue) = 193+13+56=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 56 (22.27% from 255 or 21.37% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C10D38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10D38 is #3EF2C7. Grayscale: #474747. Windows color (decimal): -4125384 or 3673537. OLE color: 3673537.

HSL color Cylindrical-coordinate representation of color #C10D38: hue angle of 345.67º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10D38 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB1931356-
CMYK00.930.710.24
HSL345.67º87.38%40.39%-
HSV(B)345.67º93.26%75.69%-
XYZ22.8511.914.84-
YUV71.72119.13214.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 73.66%
GREEN value IS 13 (5.47% from 255) = 4.96%
BLUE value IS 56 (22.27% from 255) = 21.37%
R=73.66%
G=4.96%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193135600.930.710.24345.6787.3840.39
HexC1D3805D471815a5728
Octal301157001351073053212750
Binary110000011101111000010111011000111110001010110101010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C10D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C10D38; }

 p { color: rgb(193,13,56); }

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

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

 a { background-color: rgb(193,13,56); }

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

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

 span { border-color: rgb(193,13,56); }

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