Html Css Color HEX #C11251 Cardinal

📋 copy color: '#C11251'

red 193 ◦ green 18 ◦ blue 81

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

Shades of Cardinal #C11251

Tints of Cardinal #C11251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

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

R = 66.1%
G = 6.16%
B = 27.74%

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

#C11251 (or 0xC11251) is known color: Cardinal. HEX triplet: C1, 12 and 51. RGB value is (193,18,81). Sum of RGB (Red+Green+Blue) = 193+18+81=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C11251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C11251 is #3EEDAE. Grayscale: #4D4D4D. Windows color (decimal): -4124079 or 5313217. OLE color: 5313217.

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

Color convert

RGB 193 18 81 -
CMYK 0 0.91 0.58 0.24
HSL 338.4º 0.83% 0.41% -
HSV(B) 338.4º 0.91% 0.76% -
XYZ 23.69 12.36 8.92 -
YUV 77.51 129.98 210.38 -
System Red Green Blue C M Y K H S L
Decimal 193 18 81 0 0.91 0.58 0.24 338.4 0.83 0.41
Hex C1 12 51 0 5B 3A 18 152 53 29
Octal 301 22 121 0 133 72 30 522 123 51
Binary 11000001 10010 1010001 0 1011011 111010 11000 101010010 1010011 101001

Color Harmonies of #C11251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11251

Black with #C11251

Text Example


Text Example

White with #C11251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11251; }

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

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

background-color css

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

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

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

border-color css

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

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

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