Html Css Color HEX #C11934 Cardinal

📋 copy color: '#C11934'

red 193 ◦ green 25 ◦ blue 52

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

Shades of Cardinal #C11934

Tints of Cardinal #C11934

RGB

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

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

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

R = 71.48%
G = 9.26%
B = 19.26%

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

#C11934 (or 0xC11934) is known color: Cardinal. HEX triplet: C1, 19 and 34. RGB value is (193,25,52). Sum of RGB (Red+Green+Blue) = 193+25+52=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C11934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11934 is #3EE6CB. Grayscale: #4E4E4E. Windows color (decimal): -4122316 or 3414465. OLE color: 3414465.

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

Color convert

RGB 193 25 52 -
CMYK 0 0.87 0.73 0.24
HSL 350.36º 0.77% 0.43% -
HSV(B) 350.36º 0.87% 0.76% -
XYZ 22.96 12.28 4.41 -
YUV 78.31 113.16 209.8 -
System Red Green Blue C M Y K H S L
Decimal 193 25 52 0 0.87 0.73 0.24 350.36 0.77 0.43
Hex C1 19 34 0 57 49 18 15E 4D 2B
Octal 301 31 64 0 127 111 30 536 115 53
Binary 11000001 11001 110100 0 1010111 1001001 11000 101011110 1001101 101011

Color Harmonies of #C11934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11934

Black with #C11934

Text Example


Text Example

White with #C11934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11934; }

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

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

background-color css

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

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

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

border-color css

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

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

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