Html Css Color HEX #C11051 Cardinal

📋 copy color: '#C11051'

red 193 ◦ green 16 ◦ blue 81

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

Shades of Cardinal #C11051

Tints of Cardinal #C11051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.52%

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

R = 66.55%
G = 5.52%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C11051 (or 0xC11051) is known color: Cardinal. HEX triplet: C1, 10 and 51. RGB value is (193,16,81). Sum of RGB (Red+Green+Blue) = 193+16+81=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 81 (32.03% from 255 or 27.93% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C11051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11051 is #3EEFAE. Grayscale: #4C4C4C. Windows color (decimal): -4124591 or 5312705. OLE color: 5312705.

HSL color Cylindrical-coordinate representation of color #C11051: hue angle of 337.97º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11051 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 81 -
CMYK 0 0.92 0.58 0.24
HSL 337.97º 0.85% 0.41% -
HSV(B) 337.97º 0.92% 0.76% -
XYZ 23.66 12.3 8.91 -
YUV 76.33 130.64 211.21 -
System Red Green Blue C M Y K H S L
Decimal 193 16 81 0 0.92 0.58 0.24 337.97 0.85 0.41
Hex C1 10 51 0 5C 3A 18 152 55 29
Octal 301 20 121 0 134 72 30 522 125 51
Binary 11000001 10000 1010001 0 1011100 111010 11000 101010010 1010101 101001

Color Harmonies of #C11051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11051

Black with #C11051

Text Example


Text Example

White with #C11051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11051; }

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

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

background-color css

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

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

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

border-color css

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

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

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