Html Css Color HEX #C11E46 Cardinal

📋 copy color: '#C11E46'

red 193 ◦ green 30 ◦ blue 70

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

Shades of Cardinal #C11E46

Tints of Cardinal #C11E46

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.24%

 BLUE value IS 70 (27.73% from 255) = 23.89%

R = 65.87%
G = 10.24%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C11E46 (or 0xC11E46) is known color: Cardinal. HEX triplet: C1, 1E and 46. RGB value is (193,30,70). Sum of RGB (Red+Green+Blue) = 193+30+70=293 (38% of max value = 765). Red value is 193 (75.78% from 255 or 65.87% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11E46 is #3EE1B9. Grayscale: #535353. Windows color (decimal): -4121018 or 4595393. OLE color: 4595393.

HSL color Cylindrical-coordinate representation of color #C11E46: hue angle of 345.28º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11E46 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 30 70 -
CMYK 0 0.84 0.64 0.24
HSL 345.28º 0.73% 0.44% -
HSV(B) 345.28º 0.84% 0.76% -
XYZ 23.56 12.71 7.01 -
YUV 83.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 193 30 70 0 0.84 0.64 0.24 345.28 0.73 0.44
Hex C1 1E 46 0 54 40 18 159 49 2C
Octal 301 36 106 0 124 100 30 531 111 54
Binary 11000001 11110 1000110 0 1010100 1000000 11000 101011001 1001001 101100

Color Harmonies of #C11E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E46

Black with #C11E46

Text Example


Text Example

White with #C11E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E46; }

 p { color: rgb(193,30,70); }

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

background-color css

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

 a { background-color: rgb(193,30,70); }

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

border-color css

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

 span { border-color: rgb(193,30,70); }

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