Html Css Color HEX #C1142E Cardinal

📋 copy color: '#C1142E'

red 193 ◦ green 20 ◦ blue 46

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

Shades of Cardinal #C1142E

Tints of Cardinal #C1142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.76%

R = 74.52%
G = 7.72%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1142E (or 0xC1142E) is known color: Cardinal. HEX triplet: C1, 14 and 2E. RGB value is (193,20,46). Sum of RGB (Red+Green+Blue) = 193+20+46=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C1142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1142E is #3EEBD1. Grayscale: #4A4A4A. Windows color (decimal): -4123602 or 3019969. OLE color: 3019969.

HSL color Cylindrical-coordinate representation of color #C1142E: hue angle of 350.98º 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 #C1142E is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 20 46 -
CMYK 0 0.90 0.76 0.24
HSL 350.98º 0.81% 0.42% -
HSV(B) 350.98º 0.9% 0.76% -
XYZ 22.74 12.04 3.71 -
YUV 74.69 111.81 212.39 -
System Red Green Blue C M Y K H S L
Decimal 193 20 46 0 0.90 0.76 0.24 350.98 0.81 0.42
Hex C1 14 2E 0 5A 4C 18 15F 51 2A
Octal 301 24 56 0 132 114 30 537 121 52
Binary 11000001 10100 101110 0 1011010 1001100 11000 101011111 1010001 101010

Color Harmonies of #C1142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1142E

Black with #C1142E

Text Example


Text Example

White with #C1142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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