Html Css Color HEX #C1113A Cardinal

📋 copy color: '#C1113A'

red 193 ◦ green 17 ◦ blue 58

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

Shades of Cardinal #C1113A

Tints of Cardinal #C1113A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.34%

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

R = 72.01%
G = 6.34%
B = 21.64%

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

#C1113A (or 0xC1113A) is known color: Cardinal. HEX triplet: C1, 11 and 3A. RGB value is (193,17,58). Sum of RGB (Red+Green+Blue) = 193+17+58=268 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.01% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 193 - color contains mainly: red. Hex color #C1113A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1113A is #3EEEC5. Grayscale: #4A4A4A. Windows color (decimal): -4124358 or 3805633. OLE color: 3805633.

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

Color convert

RGB 193 17 58 -
CMYK 0 0.91 0.70 0.24
HSL 346.02º 0.84% 0.41% -
HSV(B) 346.02º 0.91% 0.76% -
XYZ 22.96 12.04 5.12 -
YUV 74.3 118.81 212.67 -
System Red Green Blue C M Y K H S L
Decimal 193 17 58 0 0.91 0.70 0.24 346.02 0.84 0.41
Hex C1 11 3A 0 5B 46 18 15A 54 29
Octal 301 21 72 0 133 106 30 532 124 51
Binary 11000001 10001 111010 0 1011011 1000110 11000 101011010 1010100 101001

Color Harmonies of #C1113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1113A

Black with #C1113A

Text Example


Text Example

White with #C1113A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1113A; }

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

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

background-color css

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

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

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

border-color css

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

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

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