Html Css Color HEX #C11143 Cardinal

📋 copy color: '#C11143'

red 193 ◦ green 17 ◦ blue 67

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

Shades of Cardinal #C11143

Tints of Cardinal #C11143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.19%

R = 69.68%
G = 6.14%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C11143 (or 0xC11143) is known color: Cardinal. HEX triplet: C1, 11 and 43. RGB value is (193,17,67). Sum of RGB (Red+Green+Blue) = 193+17+67=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C11143 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11143 is #3EEEBC. Grayscale: #4B4B4B. Windows color (decimal): -4124349 or 4395457. OLE color: 4395457.

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

Color convert

RGB 193 17 67 -
CMYK 0 0.91 0.65 0.24
HSL 342.95º 0.84% 0.41% -
HSV(B) 342.95º 0.91% 0.76% -
XYZ 23.21 12.14 6.43 -
YUV 75.32 123.31 211.93 -
System Red Green Blue C M Y K H S L
Decimal 193 17 67 0 0.91 0.65 0.24 342.95 0.84 0.41
Hex C1 11 43 0 5B 41 18 157 54 29
Octal 301 21 103 0 133 101 30 527 124 51
Binary 11000001 10001 1000011 0 1011011 1000001 11000 101010111 1010100 101001

Color Harmonies of #C11143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11143

Black with #C11143

Text Example


Text Example

White with #C11143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11143; }

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

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

background-color css

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

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

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

border-color css

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

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

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