Html Css Color HEX #C1123A Cardinal

📋 copy color: '#C1123A'

red 193 ◦ green 18 ◦ blue 58

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

Shades of Cardinal #C1123A

Tints of Cardinal #C1123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.69%

 BLUE value IS 58 (23.05% from 255) = 21.56%

R = 71.75%
G = 6.69%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1123A (or 0xC1123A) is known color: Cardinal. HEX triplet: C1, 12 and 3A. RGB value is (193,18,58). Sum of RGB (Red+Green+Blue) = 193+18+58=269 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.75% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 193 - color contains mainly: red. Hex color #C1123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1123A is #3EEDC5. Grayscale: #4A4A4A. Windows color (decimal): -4124102 or 3805889. OLE color: 3805889.

HSL color Cylindrical-coordinate representation of color #C1123A: hue angle of 346.29º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C1123A is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 18 58 -
CMYK 0 0.91 0.70 0.24
HSL 346.29º 0.83% 0.41% -
HSV(B) 346.29º 0.91% 0.76% -
XYZ 22.97 12.08 5.12 -
YUV 74.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 193 18 58 0 0.91 0.70 0.24 346.29 0.83 0.41
Hex C1 12 3A 0 5B 46 18 15A 53 29
Octal 301 22 72 0 133 106 30 532 123 51
Binary 11000001 10010 111010 0 1011011 1000110 11000 101011010 1010011 101001

Color Harmonies of #C1123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1123A

Black with #C1123A

Text Example


Text Example

White with #C1123A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1123A; }

 p { color: rgb(193,18,58); }

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

background-color css

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

 a { background-color: rgb(193,18,58); }

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

border-color css

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

 span { border-color: rgb(193,18,58); }

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