Html Css Color HEX #C11036 Cardinal

📋 copy color: '#C11036'

red 193 ◦ green 16 ◦ blue 54

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

Shades of Cardinal #C11036

Tints of Cardinal #C11036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.53%

R = 73.38%
G = 6.08%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C11036 (or 0xC11036) is known color: Cardinal. HEX triplet: C1, 10 and 36. RGB value is (193,16,54). Sum of RGB (Red+Green+Blue) = 193+16+54=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C11036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11036 is #3EEFC9. Grayscale: #494949. Windows color (decimal): -4124618 or 3543233. OLE color: 3543233.

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

Color convert

RGB 193 16 54 -
CMYK 0 0.92 0.72 0.24
HSL 347.12º 0.85% 0.41% -
HSV(B) 347.12º 0.92% 0.76% -
XYZ 22.84 11.97 4.6 -
YUV 73.26 117.14 213.41 -
System Red Green Blue C M Y K H S L
Decimal 193 16 54 0 0.92 0.72 0.24 347.12 0.85 0.41
Hex C1 10 36 0 5C 48 18 15B 55 29
Octal 301 20 66 0 134 110 30 533 125 51
Binary 11000001 10000 110110 0 1011100 1001000 11000 101011011 1010101 101001

Color Harmonies of #C11036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11036

Black with #C11036

Text Example


Text Example

White with #C11036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11036; }

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

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

background-color css

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

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

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

border-color css

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

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

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