Html Css Color HEX #C1143E Cardinal

📋 copy color: '#C1143E'

red 193 ◦ green 20 ◦ blue 62

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

Shades of Cardinal #C1143E

Tints of Cardinal #C1143E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.55%

R = 70.18%
G = 7.27%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1143E (or 0xC1143E) is known color: Cardinal. HEX triplet: C1, 14 and 3E. RGB value is (193,20,62). Sum of RGB (Red+Green+Blue) = 193+20+62=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C1143E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1143E is #3EEBC1. Grayscale: #4C4C4C. Windows color (decimal): -4123586 or 4068545. OLE color: 4068545.

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

Color convert

RGB 193 20 62 -
CMYK 0 0.90 0.68 0.24
HSL 345.43º 0.81% 0.42% -
HSV(B) 345.43º 0.9% 0.76% -
XYZ 23.11 12.19 5.69 -
YUV 76.52 119.81 211.08 -
System Red Green Blue C M Y K H S L
Decimal 193 20 62 0 0.90 0.68 0.24 345.43 0.81 0.42
Hex C1 14 3E 0 5A 44 18 159 51 2A
Octal 301 24 76 0 132 104 30 531 121 52
Binary 11000001 10100 111110 0 1011010 1000100 11000 101011001 1010001 101010

Color Harmonies of #C1143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1143E

Black with #C1143E

Text Example


Text Example

White with #C1143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1143E; }

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

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

background-color css

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

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

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

border-color css

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

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

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