Html Css Color HEX #C11333 Cardinal

📋 copy color: '#C11333'

red 193 ◦ green 19 ◦ blue 51

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

Shades of Cardinal #C11333

Tints of Cardinal #C11333

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

 BLUE value IS 51 (20.31% from 255) = 19.39%

R = 73.38%
G = 7.22%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C11333 (or 0xC11333) is known color: Cardinal. HEX triplet: C1, 13 and 33. RGB value is (193,19,51). Sum of RGB (Red+Green+Blue) = 193+19+51=263 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.38% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 193 - color contains mainly: red. Hex color #C11333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11333 is #3EECCC. Grayscale: #4A4A4A. Windows color (decimal): -4123853 or 3347393. OLE color: 3347393.

HSL color Cylindrical-coordinate representation of color #C11333: hue angle of 348.97º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11333 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 51 -
CMYK 0 0.90 0.74 0.24
HSL 348.97º 0.82% 0.42% -
HSV(B) 348.97º 0.9% 0.76% -
XYZ 22.82 12.04 4.25 -
YUV 74.67 114.65 212.4 -
System Red Green Blue C M Y K H S L
Decimal 193 19 51 0 0.90 0.74 0.24 348.97 0.82 0.42
Hex C1 13 33 0 5A 4A 18 15D 52 2A
Octal 301 23 63 0 132 112 30 535 122 52
Binary 11000001 10011 110011 0 1011010 1001010 11000 101011101 1010010 101010

Color Harmonies of #C11333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11333

Black with #C11333

Text Example


Text Example

White with #C11333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11333; }

 p { color: rgb(193,19,51); }

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

background-color css

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

 a { background-color: rgb(193,19,51); }

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

border-color css

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

 span { border-color: rgb(193,19,51); }

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