Html Css Color HEX #C11939 Cardinal

📋 copy color: '#C11939'

red 193 ◦ green 25 ◦ blue 57

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

Shades of Cardinal #C11939

Tints of Cardinal #C11939

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

 BLUE value IS 57 (22.66% from 255) = 20.73%

R = 70.18%
G = 9.09%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C11939 (or 0xC11939) is known color: Cardinal. HEX triplet: C1, 19 and 39. RGB value is (193,25,57). Sum of RGB (Red+Green+Blue) = 193+25+57=275 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.18% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 193 - color contains mainly: red. Hex color #C11939 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11939 is #3EE6C6. Grayscale: #4E4E4E. Windows color (decimal): -4122311 or 3742145. OLE color: 3742145.

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

Color convert

RGB 193 25 57 -
CMYK 0 0.87 0.70 0.24
HSL 348.57º 0.77% 0.43% -
HSV(B) 348.57º 0.87% 0.76% -
XYZ 23.08 12.33 5.03 -
YUV 78.88 115.66 209.4 -
System Red Green Blue C M Y K H S L
Decimal 193 25 57 0 0.87 0.70 0.24 348.57 0.77 0.43
Hex C1 19 39 0 57 46 18 15D 4D 2B
Octal 301 31 71 0 127 106 30 535 115 53
Binary 11000001 11001 111001 0 1010111 1000110 11000 101011101 1001101 101011

Color Harmonies of #C11939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11939

Black with #C11939

Text Example


Text Example

White with #C11939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11939; }

 p { color: rgb(193,25,57); }

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

background-color css

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

 a { background-color: rgb(193,25,57); }

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

border-color css

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

 span { border-color: rgb(193,25,57); }

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