Html Css Color HEX #C11133 Cardinal

📋 copy color: '#C11133'

red 193 ◦ green 17 ◦ blue 51

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

Shades of Cardinal #C11133

Tints of Cardinal #C11133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.54%

R = 73.95%
G = 6.51%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C11133 (or 0xC11133) is known color: Cardinal. HEX triplet: C1, 11 and 33. RGB value is (193,17,51). Sum of RGB (Red+Green+Blue) = 193+17+51=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C11133 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11133 is #3EEECC. Grayscale: #494949. Windows color (decimal): -4124365 or 3346881. OLE color: 3346881.

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

Color convert

RGB 193 17 51 -
CMYK 0 0.91 0.74 0.24
HSL 348.41º 0.84% 0.41% -
HSV(B) 348.41º 0.91% 0.76% -
XYZ 22.79 11.98 4.24 -
YUV 73.5 115.31 213.24 -
System Red Green Blue C M Y K H S L
Decimal 193 17 51 0 0.91 0.74 0.24 348.41 0.84 0.41
Hex C1 11 33 0 5B 4A 18 15C 54 29
Octal 301 21 63 0 133 112 30 534 124 51
Binary 11000001 10001 110011 0 1011011 1001010 11000 101011100 1010100 101001

Color Harmonies of #C11133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11133

Black with #C11133

Text Example


Text Example

White with #C11133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11133; }

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

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

background-color css

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

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

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

border-color css

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

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

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