Html Css Color HEX #C1114F Cardinal

📋 copy color: '#C1114F'

red 193 ◦ green 17 ◦ blue 79

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

Shades of Cardinal #C1114F

Tints of Cardinal #C1114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 27.34%

R = 66.78%
G = 5.88%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1114F (or 0xC1114F) is known color: Cardinal. HEX triplet: C1, 11 and 4F. RGB value is (193,17,79). Sum of RGB (Red+Green+Blue) = 193+17+79=289 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.78% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 79 (31.25% from 255 or 27.34% from 289); Max value from RGB is 193 - color contains mainly: red. Hex color #C1114F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1114F is #3EEEB0. Grayscale: #4C4C4C. Windows color (decimal): -4124337 or 5181889. OLE color: 5181889.

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

Color convert

RGB 193 17 79 -
CMYK 0 0.91 0.59 0.24
HSL 338.86º 0.84% 0.41% -
HSV(B) 338.86º 0.91% 0.76% -
XYZ 23.6 12.3 8.53 -
YUV 76.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 193 17 79 0 0.91 0.59 0.24 338.86 0.84 0.41
Hex C1 11 4F 0 5B 3B 18 153 54 29
Octal 301 21 117 0 133 73 30 523 124 51
Binary 11000001 10001 1001111 0 1011011 111011 11000 101010011 1010100 101001

Color Harmonies of #C1114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1114F

Black with #C1114F

Text Example


Text Example

White with #C1114F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1114F; }

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

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

background-color css

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

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

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

border-color css

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

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

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