#C1212E

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

Shades of Cardinal #C1212E

Tints of Cardinal #C1212E

Color information

#C1212E (or 0xC1212E) is unknown color: approx Cardinal. HEX triplet: C1, 21 and 2E. RGB value is (193,33,46). Sum of RGB (Red+Green+Blue) = 193+33+46=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1212E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1212E is #3EDED1. Grayscale: #525252. Windows color (decimal): -4120274 or 3023297. OLE color: 3023297.

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

Color convert

RGB1933346-
CMYK00.830.760.24
HSL355.12º70.8%44.31%-
HSV(B)355.12º82.9%75.69%-
XYZ23.0312.623.81-
YUV82.32107.51206.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 70.96%
GREEN value IS 33 (13.28% from 255) = 12.13%
BLUE value IS 46 (18.36% from 255) = 16.91%
R=70.96%
G=12.13%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193334600.830.760.24355.1270.844.31
HexC1212E0534C18163472c
Octal301415601231143054310754
Binary11000001100001101110010100111001100110001011000111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1212E; }

 p { color: rgb(193,33,46); }

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

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

 a { background-color: rgb(193,33,46); }

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

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

 span { border-color: rgb(193,33,46); }

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