Html Css Color HEX #C11533 Cardinal

📋 copy color: '#C11533'

red 193 ◦ green 21 ◦ blue 51

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

Shades of Cardinal #C11533

Tints of Cardinal #C11533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 72.83%
G = 7.92%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C11533 (or 0xC11533) is known color: Cardinal. HEX triplet: C1, 15 and 33. RGB value is (193,21,51). Sum of RGB (Red+Green+Blue) = 193+21+51=265 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.83% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 193 - color contains mainly: red. Hex color #C11533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11533 is #3EEACC. Grayscale: #4B4B4B. Windows color (decimal): -4123341 or 3347905. OLE color: 3347905.

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

Color convert

RGB 193 21 51 -
CMYK 0 0.89 0.74 0.24
HSL 349.53º 0.8% 0.42% -
HSV(B) 349.53º 0.89% 0.76% -
XYZ 22.86 12.11 4.27 -
YUV 75.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 193 21 51 0 0.89 0.74 0.24 349.53 0.8 0.42
Hex C1 15 33 0 59 4A 18 15E 50 2A
Octal 301 25 63 0 131 112 30 536 120 52
Binary 11000001 10101 110011 0 1011001 1001010 11000 101011110 1010000 101010

Color Harmonies of #C11533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11533

Black with #C11533

Text Example


Text Example

White with #C11533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11533; }

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

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

background-color css

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

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

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

border-color css

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

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

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