Html Css Color HEX #C11E3A Cardinal

📋 copy color: '#C11E3A'

red 193 ◦ green 30 ◦ blue 58

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

Shades of Cardinal #C11E3A

Tints of Cardinal #C11E3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.64%

R = 68.68%
G = 10.68%
B = 20.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C11E3A (or 0xC11E3A) is known color: Cardinal. HEX triplet: C1, 1E and 3A. RGB value is (193,30,58). Sum of RGB (Red+Green+Blue) = 193+30+58=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11E3A is #3EE1C5. Grayscale: #515151. Windows color (decimal): -4121030 or 3808961. OLE color: 3808961.

HSL color Cylindrical-coordinate representation of color #C11E3A: hue angle of 349.69º 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 #C11E3A is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 30 58 -
CMYK 0 0.84 0.70 0.24
HSL 349.69º 0.73% 0.44% -
HSV(B) 349.69º 0.84% 0.76% -
XYZ 23.22 12.57 5.21 -
YUV 81.93 114.5 207.22 -
System Red Green Blue C M Y K H S L
Decimal 193 30 58 0 0.84 0.70 0.24 349.69 0.73 0.44
Hex C1 1E 3A 0 54 46 18 15E 49 2C
Octal 301 36 72 0 124 106 30 536 111 54
Binary 11000001 11110 111010 0 1010100 1000110 11000 101011110 1001001 101100

Color Harmonies of #C11E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E3A

Black with #C11E3A

Text Example


Text Example

White with #C11E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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