Html Css Color HEX #C1142C Cardinal

📋 copy color: '#C1142C'

red 193 ◦ green 20 ◦ blue 44

#C1142C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #C1142C

Tints of Cardinal #C1142C

RGB

 RED value IS 193 (75.78% from 255) = 75.1%

 GREEN value IS 20 (8.2% from 255) = 7.78%

 BLUE value IS 44 (17.58% from 255) = 17.12%

R = 75.1%
G = 7.78%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C1142C (or 0xC1142C) is known color: Cardinal. HEX triplet: C1, 14 and 2C. RGB value is (193,20,44). Sum of RGB (Red+Green+Blue) = 193+20+44=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C1142C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1142C is #3EEBD3. Grayscale: #4A4A4A. Windows color (decimal): -4123604 or 2888897. OLE color: 2888897.

HSL color Cylindrical-coordinate representation of color #C1142C: hue angle of 351.68º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1142C is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 20 44 -
CMYK 0 0.90 0.77 0.24
HSL 351.68º 0.81% 0.42% -
HSV(B) 351.68º 0.9% 0.76% -
XYZ 22.7 12.02 3.51 -
YUV 74.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 193 20 44 0 0.90 0.77 0.24 351.68 0.81 0.42
Hex C1 14 2C 0 5A 4D 18 160 51 2A
Octal 301 24 54 0 132 115 30 540 121 52
Binary 11000001 10100 101100 0 1011010 1001101 11000 101100000 1010001 101010

Color Harmonies of #C1142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1142C

Black with #C1142C

Text Example


Text Example

White with #C1142C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1142C; }

 p { color: rgb(193,20,44); }

 H1.HeaderClassName
 {
   color: #C1142C;
 }
 .AnyTagClassName
 {
   color: #C1142C;
 }
</style>

background-color css

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

 a { background-color: rgb(193,20,44); }

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

border-color css

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

 span { border-color: rgb(193,20,44); }

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