Html Css Color HEX #C11A4B Cardinal

📋 copy color: '#C11A4B'

red 193 ◦ green 26 ◦ blue 75

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

Shades of Cardinal #C11A4B

Tints of Cardinal #C11A4B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.84%

 BLUE value IS 75 (29.69% from 255) = 25.51%

R = 65.65%
G = 8.84%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C11A4B (or 0xC11A4B) is known color: Cardinal. HEX triplet: C1, 1A and 4B. RGB value is (193,26,75). Sum of RGB (Red+Green+Blue) = 193+26+75=294 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.65% from 294); Green value is 26 (10.55% from 255 or 8.84% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 193 - color contains mainly: red. Hex color #C11A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11A4B is #3EE5B4. Grayscale: #515151. Windows color (decimal): -4122037 or 4922049. OLE color: 4922049.

HSL color Cylindrical-coordinate representation of color #C11A4B: hue angle of 342.4º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C11A4B is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 26 75 -
CMYK 0 0.87 0.61 0.24
HSL 342.4º 0.76% 0.43% -
HSV(B) 342.4º 0.87% 0.76% -
XYZ 23.63 12.58 7.84 -
YUV 81.52 124.33 207.52 -
System Red Green Blue C M Y K H S L
Decimal 193 26 75 0 0.87 0.61 0.24 342.4 0.76 0.43
Hex C1 1A 4B 0 57 3D 18 156 4C 2B
Octal 301 32 113 0 127 75 30 526 114 53
Binary 11000001 11010 1001011 0 1010111 111101 11000 101010110 1001100 101011

Color Harmonies of #C11A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11A4B

Black with #C11A4B

Text Example


Text Example

White with #C11A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11A4B; }

 p { color: rgb(193,26,75); }

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

background-color css

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

 a { background-color: rgb(193,26,75); }

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

border-color css

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

 span { border-color: rgb(193,26,75); }

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