Html Css Color HEX #C11441 Cardinal

📋 copy color: '#C11441'

red 193 ◦ green 20 ◦ blue 65

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

Shades of Cardinal #C11441

Tints of Cardinal #C11441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 69.42%
G = 7.19%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C11441 (or 0xC11441) is known color: Cardinal. HEX triplet: C1, 14 and 41. RGB value is (193,20,65). Sum of RGB (Red+Green+Blue) = 193+20+65=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C11441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11441 is #3EEBBE. Grayscale: #4C4C4C. Windows color (decimal): -4123583 or 4265153. OLE color: 4265153.

HSL color Cylindrical-coordinate representation of color #C11441: hue angle of 344.39º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11441 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 20 65 -
CMYK 0 0.90 0.66 0.24
HSL 344.39º 0.81% 0.42% -
HSV(B) 344.39º 0.9% 0.76% -
XYZ 23.2 12.22 6.14 -
YUV 76.86 121.31 210.84 -
System Red Green Blue C M Y K H S L
Decimal 193 20 65 0 0.90 0.66 0.24 344.39 0.81 0.42
Hex C1 14 41 0 5A 42 18 158 51 2A
Octal 301 24 101 0 132 102 30 530 121 52
Binary 11000001 10100 1000001 0 1011010 1000010 11000 101011000 1010001 101010

Color Harmonies of #C11441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11441

Black with #C11441

Text Example


Text Example

White with #C11441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11441; }

 p { color: rgb(193,20,65); }

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

background-color css

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

 a { background-color: rgb(193,20,65); }

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

border-color css

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

 span { border-color: rgb(193,20,65); }

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