Html Css Color HEX #C11537 Cardinal

📋 copy color: '#C11537'

red 193 ◦ green 21 ◦ blue 55

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

Shades of Cardinal #C11537

Tints of Cardinal #C11537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.81%

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

R = 71.75%
G = 7.81%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C11537 (or 0xC11537) is known color: Cardinal. HEX triplet: C1, 15 and 37. RGB value is (193,21,55). Sum of RGB (Red+Green+Blue) = 193+21+55=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 21 (8.59% from 255 or 7.81% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C11537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11537 is #3EEAC8. Grayscale: #4C4C4C. Windows color (decimal): -4123337 or 3610049. OLE color: 3610049.

HSL color Cylindrical-coordinate representation of color #C11537: hue angle of 348.14º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C11537 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 21 55 -
CMYK 0 0.89 0.72 0.24
HSL 348.14º 0.8% 0.42% -
HSV(B) 348.14º 0.89% 0.76% -
XYZ 22.95 12.15 4.75 -
YUV 76.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 193 21 55 0 0.89 0.72 0.24 348.14 0.8 0.42
Hex C1 15 37 0 59 48 18 15C 50 2A
Octal 301 25 67 0 131 110 30 534 120 52
Binary 11000001 10101 110111 0 1011001 1001000 11000 101011100 1010000 101010

Color Harmonies of #C11537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11537

Black with #C11537

Text Example


Text Example

White with #C11537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11537; }

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

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

background-color css

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

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

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

border-color css

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

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

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