Html Css Color HEX #C1213A Cardinal

📋 copy color: '#C1213A'

red 193 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #C1213A

Tints of Cardinal #C1213A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.62%

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

R = 67.96%
G = 11.62%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1213A (or 0xC1213A) is known color: Cardinal. HEX triplet: C1, 21 and 3A. RGB value is (193,33,58). Sum of RGB (Red+Green+Blue) = 193+33+58=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C1213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1213A is #3EDEC5. Grayscale: #535353. Windows color (decimal): -4120262 or 3809729. OLE color: 3809729.

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

Color convert

RGB 193 33 58 -
CMYK 0 0.83 0.70 0.24
HSL 350.63º 0.71% 0.44% -
HSV(B) 350.63º 0.83% 0.76% -
XYZ 23.3 12.73 5.23 -
YUV 83.69 113.51 205.97 -
System Red Green Blue C M Y K H S L
Decimal 193 33 58 0 0.83 0.70 0.24 350.63 0.71 0.44
Hex C1 21 3A 0 53 46 18 15F 47 2C
Octal 301 41 72 0 123 106 30 537 107 54
Binary 11000001 100001 111010 0 1010011 1000110 11000 101011111 1000111 101100

Color Harmonies of #C1213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1213A

Black with #C1213A

Text Example


Text Example

White with #C1213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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