Html Css Color HEX #C11031 Cardinal

📋 copy color: '#C11031'

red 193 ◦ green 16 ◦ blue 49

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

Shades of Cardinal #C11031

Tints of Cardinal #C11031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.2%

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

R = 74.81%
G = 6.2%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C11031 (or 0xC11031) is known color: Cardinal. HEX triplet: C1, 10 and 31. RGB value is (193,16,49). Sum of RGB (Red+Green+Blue) = 193+16+49=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C11031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11031 is #3EEFCE. Grayscale: #484848. Windows color (decimal): -4124623 or 3215553. OLE color: 3215553.

HSL color Cylindrical-coordinate representation of color #C11031: hue angle of 348.81º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11031 is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 49 -
CMYK 0 0.92 0.75 0.24
HSL 348.81º 0.85% 0.41% -
HSV(B) 348.81º 0.92% 0.76% -
XYZ 22.73 11.93 4.01 -
YUV 72.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 193 16 49 0 0.92 0.75 0.24 348.81 0.85 0.41
Hex C1 10 31 0 5C 4B 18 15D 55 29
Octal 301 20 61 0 134 113 30 535 125 51
Binary 11000001 10000 110001 0 1011100 1001011 11000 101011101 1010101 101001

Color Harmonies of #C11031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11031

Black with #C11031

Text Example


Text Example

White with #C11031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11031; }

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

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

background-color css

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

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

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

border-color css

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

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

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