Html Css Color HEX #C1113E Cardinal

📋 copy color: '#C1113E'

red 193 ◦ green 17 ◦ blue 62

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

Shades of Cardinal #C1113E

Tints of Cardinal #C1113E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.79%

R = 70.96%
G = 6.25%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1113E (or 0xC1113E) is known color: Cardinal. HEX triplet: C1, 11 and 3E. RGB value is (193,17,62). Sum of RGB (Red+Green+Blue) = 193+17+62=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C1113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1113E is #3EEEC1. Grayscale: #4A4A4A. Windows color (decimal): -4124354 or 4067777. OLE color: 4067777.

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

Color convert

RGB 193 17 62 -
CMYK 0 0.91 0.68 0.24
HSL 344.66º 0.84% 0.41% -
HSV(B) 344.66º 0.91% 0.76% -
XYZ 23.06 12.09 5.67 -
YUV 74.75 120.81 212.34 -
System Red Green Blue C M Y K H S L
Decimal 193 17 62 0 0.91 0.68 0.24 344.66 0.84 0.41
Hex C1 11 3E 0 5B 44 18 159 54 29
Octal 301 21 76 0 133 104 30 531 124 51
Binary 11000001 10001 111110 0 1011011 1000100 11000 101011001 1010100 101001

Color Harmonies of #C1113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1113E

Black with #C1113E

Text Example


Text Example

White with #C1113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1113E; }

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

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

background-color css

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

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

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

border-color css

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

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

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