Html Css Color HEX #C1124D Cardinal

📋 copy color: '#C1124D'

red 193 ◦ green 18 ◦ blue 77

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

Shades of Cardinal #C1124D

Tints of Cardinal #C1124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.25%

 BLUE value IS 77 (30.47% from 255) = 26.74%

R = 67.01%
G = 6.25%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C1124D (or 0xC1124D) is known color: Cardinal. HEX triplet: C1, 12 and 4D. RGB value is (193,18,77). Sum of RGB (Red+Green+Blue) = 193+18+77=288 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.01% from 288); Green value is 18 (7.42% from 255 or 6.25% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 193 - color contains mainly: red. Hex color #C1124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1124D is #3EEDB2. Grayscale: #4C4C4C. Windows color (decimal): -4124083 or 5051073. OLE color: 5051073.

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

Color convert

RGB 193 18 77 -
CMYK 0 0.91 0.60 0.24
HSL 339.77º 0.83% 0.41% -
HSV(B) 339.77º 0.91% 0.76% -
XYZ 23.55 12.31 8.16 -
YUV 77.05 127.98 210.7 -
System Red Green Blue C M Y K H S L
Decimal 193 18 77 0 0.91 0.60 0.24 339.77 0.83 0.41
Hex C1 12 4D 0 5B 3C 18 154 53 29
Octal 301 22 115 0 133 74 30 524 123 51
Binary 11000001 10010 1001101 0 1011011 111100 11000 101010100 1010011 101001

Color Harmonies of #C1124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1124D

Black with #C1124D

Text Example


Text Example

White with #C1124D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1124D; }

 p { color: rgb(193,18,77); }

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

background-color css

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

 a { background-color: rgb(193,18,77); }

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

border-color css

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

 span { border-color: rgb(193,18,77); }

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