Html Css Color HEX #C1213B Cardinal

📋 copy color: '#C1213B'

red 193 ◦ green 33 ◦ blue 59

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

Shades of Cardinal #C1213B

Tints of Cardinal #C1213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.7%

R = 67.72%
G = 11.58%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1213B (or 0xC1213B) is known color: Cardinal. HEX triplet: C1, 21 and 3B. RGB value is (193,33,59). Sum of RGB (Red+Green+Blue) = 193+33+59=285 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.72% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 193 - color contains mainly: red. Hex color #C1213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1213B is #3EDEC4. Grayscale: #535353. Windows color (decimal): -4120261 or 3875265. OLE color: 3875265.

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

Color convert

RGB 193 33 59 -
CMYK 0 0.83 0.69 0.24
HSL 350.25º 0.71% 0.44% -
HSV(B) 350.25º 0.83% 0.76% -
XYZ 23.33 12.74 5.37 -
YUV 83.8 114.01 205.89 -
System Red Green Blue C M Y K H S L
Decimal 193 33 59 0 0.83 0.69 0.24 350.25 0.71 0.44
Hex C1 21 3B 0 53 45 18 15E 47 2C
Octal 301 41 73 0 123 105 30 536 107 54
Binary 11000001 100001 111011 0 1010011 1000101 11000 101011110 1000111 101100

Color Harmonies of #C1213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1213B

Black with #C1213B

Text Example


Text Example

White with #C1213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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