Html Css Color HEX #C11A37 Cardinal

📋 copy color: '#C11A37'

red 193 ◦ green 26 ◦ blue 55

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

Shades of Cardinal #C11A37

Tints of Cardinal #C11A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.07%

R = 70.44%
G = 9.49%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C11A37 (or 0xC11A37) is known color: Cardinal. HEX triplet: C1, 1A and 37. RGB value is (193,26,55). Sum of RGB (Red+Green+Blue) = 193+26+55=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 55 (21.88% from 255 or 20.07% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11A37 is #3EE5C8. Grayscale: #4F4F4F. Windows color (decimal): -4122057 or 3611329. OLE color: 3611329.

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

Color convert

RGB 193 26 55 -
CMYK 0 0.87 0.72 0.24
HSL 349.58º 0.76% 0.43% -
HSV(B) 349.58º 0.87% 0.76% -
XYZ 23.05 12.35 4.78 -
YUV 79.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 193 26 55 0 0.87 0.72 0.24 349.58 0.76 0.43
Hex C1 1A 37 0 57 48 18 15E 4C 2B
Octal 301 32 67 0 127 110 30 536 114 53
Binary 11000001 11010 110111 0 1010111 1001000 11000 101011110 1001100 101011

Color Harmonies of #C11A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A37

Black with #C11A37

Text Example


Text Example

White with #C11A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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