Html Css Color HEX #C1053C Cardinal

📋 copy color: '#C1053C'

red 193 ◦ green 5 ◦ blue 60

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

Shades of Cardinal #C1053C

Tints of Cardinal #C1053C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.94%

 BLUE value IS 60 (23.83% from 255) = 23.26%

R = 74.81%
G = 1.94%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1053C (or 0xC1053C) is known color: Cardinal. HEX triplet: C1, 05 and 3C. RGB value is (193,5,60). Sum of RGB (Red+Green+Blue) = 193+5+60=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 60 (23.83% from 255 or 23.26% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C1053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1053C is #3EFAC3. Grayscale: #434343. Windows color (decimal): -4127428 or 3933633. OLE color: 3933633.

HSL color Cylindrical-coordinate representation of color #C1053C: hue angle of 342.45º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1053C is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 60 -
CMYK 0 0.97 0.69 0.24
HSL 342.45º 0.95% 0.39% -
HSV(B) 342.45º 0.97% 0.76% -
XYZ 22.86 11.77 5.34 -
YUV 67.48 123.78 217.53 -
System Red Green Blue C M Y K H S L
Decimal 193 5 60 0 0.97 0.69 0.24 342.45 0.95 0.39
Hex C1 5 3C 0 61 45 18 156 5F 27
Octal 301 5 74 0 141 105 30 526 137 47
Binary 11000001 101 111100 0 1100001 1000101 11000 101010110 1011111 100111

Color Harmonies of #C1053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1053C

Black with #C1053C

Text Example


Text Example

White with #C1053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1053C; }

 p { color: rgb(193,5,60); }

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

background-color css

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

 a { background-color: rgb(193,5,60); }

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

border-color css

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

 span { border-color: rgb(193,5,60); }

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