Html Css Color HEX #C11341 Cardinal

📋 copy color: '#C11341'

red 193 ◦ green 19 ◦ blue 65

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

Shades of Cardinal #C11341

Tints of Cardinal #C11341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

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

R = 69.68%
G = 6.86%
B = 23.47%

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

#C11341 (or 0xC11341) is known color: Cardinal. HEX triplet: C1, 13 and 41. RGB value is (193,19,65). Sum of RGB (Red+Green+Blue) = 193+19+65=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C11341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11341 is #3EECBE. Grayscale: #4C4C4C. Windows color (decimal): -4123839 or 4264897. OLE color: 4264897.

HSL color Cylindrical-coordinate representation of color #C11341: hue angle of 344.14º degrees, saturation: 0.82, 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 #C11341 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 65 -
CMYK 0 0.90 0.66 0.24
HSL 344.14º 0.82% 0.42% -
HSV(B) 344.14º 0.9% 0.76% -
XYZ 23.18 12.18 6.13 -
YUV 76.27 121.65 211.26 -
System Red Green Blue C M Y K H S L
Decimal 193 19 65 0 0.90 0.66 0.24 344.14 0.82 0.42
Hex C1 13 41 0 5A 42 18 158 52 2A
Octal 301 23 101 0 132 102 30 530 122 52
Binary 11000001 10011 1000001 0 1011010 1000010 11000 101011000 1010010 101010

Color Harmonies of #C11341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11341

Black with #C11341

Text Example


Text Example

White with #C11341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11341; }

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

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

background-color css

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

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

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

border-color css

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

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

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