Html Css Color HEX #C1114A Cardinal

📋 copy color: '#C1114A'

red 193 ◦ green 17 ◦ blue 74

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

Shades of Cardinal #C1114A

Tints of Cardinal #C1114A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.99%

 BLUE value IS 74 (29.3% from 255) = 26.06%

R = 67.96%
G = 5.99%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1114A (or 0xC1114A) is known color: Cardinal. HEX triplet: C1, 11 and 4A. RGB value is (193,17,74). Sum of RGB (Red+Green+Blue) = 193+17+74=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C1114A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1114A is #3EEEB5. Grayscale: #4C4C4C. Windows color (decimal): -4124342 or 4854209. OLE color: 4854209.

HSL color Cylindrical-coordinate representation of color #C1114A: hue angle of 340.57º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1114A is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 17 74 -
CMYK 0 0.91 0.62 0.24
HSL 340.57º 0.84% 0.41% -
HSV(B) 340.57º 0.91% 0.76% -
XYZ 23.43 12.23 7.6 -
YUV 76.12 126.81 211.37 -
System Red Green Blue C M Y K H S L
Decimal 193 17 74 0 0.91 0.62 0.24 340.57 0.84 0.41
Hex C1 11 4A 0 5B 3E 18 155 54 29
Octal 301 21 112 0 133 76 30 525 124 51
Binary 11000001 10001 1001010 0 1011011 111110 11000 101010101 1010100 101001

Color Harmonies of #C1114A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1114A

Black with #C1114A

Text Example


Text Example

White with #C1114A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1114A; }

 p { color: rgb(193,17,74); }

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

background-color css

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

 a { background-color: rgb(193,17,74); }

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

border-color css

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

 span { border-color: rgb(193,17,74); }

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