Html Css Color HEX #C1143D Cardinal

📋 copy color: '#C1143D'

red 193 ◦ green 20 ◦ blue 61

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

Shades of Cardinal #C1143D

Tints of Cardinal #C1143D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.26%

R = 70.44%
G = 7.3%
B = 22.26%

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

#C1143D (or 0xC1143D) is known color: Cardinal. HEX triplet: C1, 14 and 3D. RGB value is (193,20,61). Sum of RGB (Red+Green+Blue) = 193+20+61=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 61 (24.22% from 255 or 22.26% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C1143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1143D is #3EEBC2. Grayscale: #4C4C4C. Windows color (decimal): -4123587 or 4003009. OLE color: 4003009.

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

Color convert

RGB 193 20 61 -
CMYK 0 0.90 0.68 0.24
HSL 345.78º 0.81% 0.42% -
HSV(B) 345.78º 0.9% 0.76% -
XYZ 23.08 12.17 5.55 -
YUV 76.4 119.31 211.17 -
System Red Green Blue C M Y K H S L
Decimal 193 20 61 0 0.90 0.68 0.24 345.78 0.81 0.42
Hex C1 14 3D 0 5A 44 18 15A 51 2A
Octal 301 24 75 0 132 104 30 532 121 52
Binary 11000001 10100 111101 0 1011010 1000100 11000 101011010 1010001 101010

Color Harmonies of #C1143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1143D

Black with #C1143D

Text Example


Text Example

White with #C1143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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