Html Css Color HEX #C11A34 Cardinal

📋 copy color: '#C11A34'

red 193 ◦ green 26 ◦ blue 52

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

Shades of Cardinal #C11A34

Tints of Cardinal #C11A34

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.59%

 BLUE value IS 52 (20.7% from 255) = 19.19%

R = 71.22%
G = 9.59%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C11A34 (or 0xC11A34) is known color: Cardinal. HEX triplet: C1, 1A and 34. RGB value is (193,26,52). Sum of RGB (Red+Green+Blue) = 193+26+52=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11A34 is #3EE5CB. Grayscale: #4E4E4E. Windows color (decimal): -4122060 or 3414721. OLE color: 3414721.

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

Color convert

RGB 193 26 52 -
CMYK 0 0.87 0.73 0.24
HSL 350.66º 0.76% 0.43% -
HSV(B) 350.66º 0.87% 0.76% -
XYZ 22.98 12.32 4.42 -
YUV 78.9 112.83 209.39 -
System Red Green Blue C M Y K H S L
Decimal 193 26 52 0 0.87 0.73 0.24 350.66 0.76 0.43
Hex C1 1A 34 0 57 49 18 15F 4C 2B
Octal 301 32 64 0 127 111 30 537 114 53
Binary 11000001 11010 110100 0 1010111 1001001 11000 101011111 1001100 101011

Color Harmonies of #C11A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A34

Black with #C11A34

Text Example


Text Example

White with #C11A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A34; }

 p { color: rgb(193,26,52); }

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

background-color css

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

 a { background-color: rgb(193,26,52); }

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

border-color css

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

 span { border-color: rgb(193,26,52); }

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