Html Css Color HEX #C11351 Cardinal

📋 copy color: '#C11351'

red 193 ◦ green 19 ◦ blue 81

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

Shades of Cardinal #C11351

Tints of Cardinal #C11351

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.48%

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

R = 65.87%
G = 6.48%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C11351 (or 0xC11351) is known color: Cardinal. HEX triplet: C1, 13 and 51. RGB value is (193,19,81). Sum of RGB (Red+Green+Blue) = 193+19+81=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C11351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11351 is #3EECAE. Grayscale: #4E4E4E. Windows color (decimal): -4123823 or 5313473. OLE color: 5313473.

HSL color Cylindrical-coordinate representation of color #C11351: hue angle of 338.62º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11351 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 81 -
CMYK 0 0.90 0.58 0.24
HSL 338.62º 0.82% 0.42% -
HSV(B) 338.62º 0.9% 0.76% -
XYZ 23.71 12.4 8.93 -
YUV 78.09 129.65 209.96 -
System Red Green Blue C M Y K H S L
Decimal 193 19 81 0 0.90 0.58 0.24 338.62 0.82 0.42
Hex C1 13 51 0 5A 3A 18 153 52 2A
Octal 301 23 121 0 132 72 30 523 122 52
Binary 11000001 10011 1010001 0 1011010 111010 11000 101010011 1010010 101010

Color Harmonies of #C11351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11351

Black with #C11351

Text Example


Text Example

White with #C11351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11351; }

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

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

background-color css

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

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

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

border-color css

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

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

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