Html Css Color HEX #C1053D Cardinal

📋 copy color: '#C1053D'

red 193 ◦ green 5 ◦ blue 61

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

Shades of Cardinal #C1053D

Tints of Cardinal #C1053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.55%

R = 74.52%
G = 1.93%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1053D (or 0xC1053D) is known color: Cardinal. HEX triplet: C1, 05 and 3D. RGB value is (193,5,61). Sum of RGB (Red+Green+Blue) = 193+5+61=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C1053D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1053D is #3EFAC2. Grayscale: #434343. Windows color (decimal): -4127427 or 3999169. OLE color: 3999169.

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

Color convert

RGB 193 5 61 -
CMYK 0 0.97 0.68 0.24
HSL 342.13º 0.95% 0.39% -
HSV(B) 342.13º 0.97% 0.76% -
XYZ 22.89 11.78 5.48 -
YUV 67.6 124.28 217.45 -
System Red Green Blue C M Y K H S L
Decimal 193 5 61 0 0.97 0.68 0.24 342.13 0.95 0.39
Hex C1 5 3D 0 61 44 18 156 5F 27
Octal 301 5 75 0 141 104 30 526 137 47
Binary 11000001 101 111101 0 1100001 1000100 11000 101010110 1011111 100111

Color Harmonies of #C1053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1053D

Black with #C1053D

Text Example


Text Example

White with #C1053D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1053D; }

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

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

background-color css

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

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

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

border-color css

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

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

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