Html Css Color HEX #C1144D Cardinal

📋 copy color: '#C1144D'

red 193 ◦ green 20 ◦ blue 77

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

Shades of Cardinal #C1144D

Tints of Cardinal #C1144D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.55%

R = 66.55%
G = 6.9%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1144D (or 0xC1144D) is known color: Cardinal. HEX triplet: C1, 14 and 4D. RGB value is (193,20,77). Sum of RGB (Red+Green+Blue) = 193+20+77=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1144D is #3EEBB2. Grayscale: #4E4E4E. Windows color (decimal): -4123571 or 5051585. OLE color: 5051585.

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

Color convert

RGB 193 20 77 -
CMYK 0 0.90 0.60 0.24
HSL 340.23º 0.81% 0.42% -
HSV(B) 340.23º 0.9% 0.76% -
XYZ 23.58 12.37 8.17 -
YUV 78.23 127.31 209.87 -
System Red Green Blue C M Y K H S L
Decimal 193 20 77 0 0.90 0.60 0.24 340.23 0.81 0.42
Hex C1 14 4D 0 5A 3C 18 154 51 2A
Octal 301 24 115 0 132 74 30 524 121 52
Binary 11000001 10100 1001101 0 1011010 111100 11000 101010100 1010001 101010

Color Harmonies of #C1144D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1144D

Black with #C1144D

Text Example


Text Example

White with #C1144D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1144D; }

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

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

background-color css

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

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

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

border-color css

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

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

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