Html Css Color HEX #C11030 Cardinal

📋 copy color: '#C11030'

red 193 ◦ green 16 ◦ blue 48

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

Shades of Cardinal #C11030

Tints of Cardinal #C11030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 75.1%
G = 6.23%
B = 18.68%

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

#C11030 (or 0xC11030) is known color: Cardinal. HEX triplet: C1, 10 and 30. RGB value is (193,16,48). Sum of RGB (Red+Green+Blue) = 193+16+48=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C11030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11030 is #3EEFCF. Grayscale: #484848. Windows color (decimal): -4124624 or 3150017. OLE color: 3150017.

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

Color convert

RGB 193 16 48 -
CMYK 0 0.92 0.75 0.24
HSL 349.15º 0.85% 0.41% -
HSV(B) 349.15º 0.92% 0.76% -
XYZ 22.71 11.92 3.9 -
YUV 72.57 114.14 213.9 -
System Red Green Blue C M Y K H S L
Decimal 193 16 48 0 0.92 0.75 0.24 349.15 0.85 0.41
Hex C1 10 30 0 5C 4B 18 15D 55 29
Octal 301 20 60 0 134 113 30 535 125 51
Binary 11000001 10000 110000 0 1011100 1001011 11000 101011101 1010101 101001

Color Harmonies of #C11030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11030

Black with #C11030

Text Example


Text Example

White with #C11030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11030; }

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

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

background-color css

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

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

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

border-color css

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

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

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