Html Css Color HEX #C11151 Cardinal

📋 copy color: '#C11151'

red 193 ◦ green 17 ◦ blue 81

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

Shades of Cardinal #C11151

Tints of Cardinal #C11151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.84%

R = 66.32%
G = 5.84%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C11151 (or 0xC11151) is known color: Cardinal. HEX triplet: C1, 11 and 51. RGB value is (193,17,81). Sum of RGB (Red+Green+Blue) = 193+17+81=291 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.32% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 193 - color contains mainly: red. Hex color #C11151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11151 is #3EEEAE. Grayscale: #4C4C4C. Windows color (decimal): -4124335 or 5312961. OLE color: 5312961.

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

Color convert

RGB 193 17 81 -
CMYK 0 0.91 0.58 0.24
HSL 338.18º 0.84% 0.41% -
HSV(B) 338.18º 0.91% 0.76% -
XYZ 23.68 12.33 8.92 -
YUV 76.92 130.31 210.8 -
System Red Green Blue C M Y K H S L
Decimal 193 17 81 0 0.91 0.58 0.24 338.18 0.84 0.41
Hex C1 11 51 0 5B 3A 18 152 54 29
Octal 301 21 121 0 133 72 30 522 124 51
Binary 11000001 10001 1010001 0 1011011 111010 11000 101010010 1010100 101001

Color Harmonies of #C11151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11151

Black with #C11151

Text Example


Text Example

White with #C11151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11151; }

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

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

background-color css

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

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

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

border-color css

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

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

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