Html Css Color HEX #C11E31 Cardinal

📋 copy color: '#C11E31'

red 193 ◦ green 30 ◦ blue 49

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

Shades of Cardinal #C11E31

Tints of Cardinal #C11E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.01%

R = 70.96%
G = 11.03%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C11E31 (or 0xC11E31) is known color: Cardinal. HEX triplet: C1, 1E and 31. RGB value is (193,30,49). Sum of RGB (Red+Green+Blue) = 193+30+49=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C11E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11E31 is #3EE1CE. Grayscale: #505050. Windows color (decimal): -4121039 or 3219137. OLE color: 3219137.

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

Color convert

RGB 193 30 49 -
CMYK 0 0.84 0.75 0.24
HSL 353.01º 0.73% 0.44% -
HSV(B) 353.01º 0.84% 0.76% -
XYZ 23.01 12.49 4.1 -
YUV 80.9 110 207.96 -
System Red Green Blue C M Y K H S L
Decimal 193 30 49 0 0.84 0.75 0.24 353.01 0.73 0.44
Hex C1 1E 31 0 54 4B 18 161 49 2C
Octal 301 36 61 0 124 113 30 541 111 54
Binary 11000001 11110 110001 0 1010100 1001011 11000 101100001 1001001 101100

Color Harmonies of #C11E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11E31

Black with #C11E31

Text Example


Text Example

White with #C11E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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