Html Css Color HEX #C11032 Cardinal

📋 copy color: '#C11032'

red 193 ◦ green 16 ◦ blue 50

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

Shades of Cardinal #C11032

Tints of Cardinal #C11032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.31%

R = 74.52%
G = 6.18%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C11032 (or 0xC11032) is known color: Cardinal. HEX triplet: C1, 10 and 32. RGB value is (193,16,50). Sum of RGB (Red+Green+Blue) = 193+16+50=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C11032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11032 is #3EEFCD. Grayscale: #484848. Windows color (decimal): -4124622 or 3281089. OLE color: 3281089.

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

Color convert

RGB 193 16 50 -
CMYK 0 0.92 0.74 0.24
HSL 348.47º 0.85% 0.41% -
HSV(B) 348.47º 0.92% 0.76% -
XYZ 22.75 11.94 4.12 -
YUV 72.8 115.14 213.74 -
System Red Green Blue C M Y K H S L
Decimal 193 16 50 0 0.92 0.74 0.24 348.47 0.85 0.41
Hex C1 10 32 0 5C 4A 18 15C 55 29
Octal 301 20 62 0 134 112 30 534 125 51
Binary 11000001 10000 110010 0 1011100 1001010 11000 101011100 1010101 101001

Color Harmonies of #C11032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11032

Black with #C11032

Text Example


Text Example

White with #C11032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11032; }

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

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

background-color css

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

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

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

border-color css

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

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

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