Html Css Color HEX #C11C3A Cardinal

📋 copy color: '#C11C3A'

red 193 ◦ green 28 ◦ blue 58

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

Shades of Cardinal #C11C3A

Tints of Cardinal #C11C3A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.04%

 BLUE value IS 58 (23.05% from 255) = 20.79%

R = 69.18%
G = 10.04%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C11C3A (or 0xC11C3A) is known color: Cardinal. HEX triplet: C1, 1C and 3A. RGB value is (193,28,58). Sum of RGB (Red+Green+Blue) = 193+28+58=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C11C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11C3A is #3EE3C5. Grayscale: #505050. Windows color (decimal): -4121542 or 3808449. OLE color: 3808449.

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

Color convert

RGB 193 28 58 -
CMYK 0 0.85 0.70 0.24
HSL 349.09º 0.75% 0.43% -
HSV(B) 349.09º 0.85% 0.76% -
XYZ 23.17 12.47 5.19 -
YUV 80.76 115.16 208.06 -
System Red Green Blue C M Y K H S L
Decimal 193 28 58 0 0.85 0.70 0.24 349.09 0.75 0.43
Hex C1 1C 3A 0 55 46 18 15D 4B 2B
Octal 301 34 72 0 125 106 30 535 113 53
Binary 11000001 11100 111010 0 1010101 1000110 11000 101011101 1001011 101011

Color Harmonies of #C11C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11C3A

Black with #C11C3A

Text Example


Text Example

White with #C11C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11C3A; }

 p { color: rgb(193,28,58); }

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

background-color css

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

 a { background-color: rgb(193,28,58); }

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

border-color css

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

 span { border-color: rgb(193,28,58); }

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