Html Css Color HEX #C11140 Cardinal

📋 copy color: '#C11140'

red 193 ◦ green 17 ◦ blue 64

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

Shades of Cardinal #C11140

Tints of Cardinal #C11140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.36%

R = 70.44%
G = 6.2%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C11140 (or 0xC11140) is known color: Cardinal. HEX triplet: C1, 11 and 40. RGB value is (193,17,64). Sum of RGB (Red+Green+Blue) = 193+17+64=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C11140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11140 is #3EEEBF. Grayscale: #4A4A4A. Windows color (decimal): -4124352 or 4198849. OLE color: 4198849.

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

Color convert

RGB 193 17 64 -
CMYK 0 0.91 0.67 0.24
HSL 343.98º 0.84% 0.41% -
HSV(B) 343.98º 0.91% 0.76% -
XYZ 23.12 12.11 5.97 -
YUV 74.98 121.81 212.18 -
System Red Green Blue C M Y K H S L
Decimal 193 17 64 0 0.91 0.67 0.24 343.98 0.84 0.41
Hex C1 11 40 0 5B 43 18 158 54 29
Octal 301 21 100 0 133 103 30 530 124 51
Binary 11000001 10001 1000000 0 1011011 1000011 11000 101011000 1010100 101001

Color Harmonies of #C11140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11140

Black with #C11140

Text Example


Text Example

White with #C11140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11140; }

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

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

background-color css

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

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

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

border-color css

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

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

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