Html Css Color HEX #C11330 Cardinal

📋 copy color: '#C11330'

red 193 ◦ green 19 ◦ blue 48

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

Shades of Cardinal #C11330

Tints of Cardinal #C11330

RGB

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

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

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

R = 74.23%
G = 7.31%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C11330 (or 0xC11330) is known color: Cardinal. HEX triplet: C1, 13 and 30. RGB value is (193,19,48). Sum of RGB (Red+Green+Blue) = 193+19+48=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 19 (7.81% from 255 or 7.31% from 260); Blue value is 48 (19.14% from 255 or 18.46% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C11330 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11330 is #3EECCF. Grayscale: #4A4A4A. Windows color (decimal): -4123856 or 3150785. OLE color: 3150785.

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

Color convert

RGB 193 19 48 -
CMYK 0 0.90 0.75 0.24
HSL 350º 0.82% 0.42% -
HSV(B) 350º 0.9% 0.76% -
XYZ 22.76 12.02 3.92 -
YUV 74.33 113.15 212.64 -
System Red Green Blue C M Y K H S L
Decimal 193 19 48 0 0.90 0.75 0.24 350 0.82 0.42
Hex C1 13 30 0 5A 4B 18 15E 52 2A
Octal 301 23 60 0 132 113 30 536 122 52
Binary 11000001 10011 110000 0 1011010 1001011 11000 101011110 1010010 101010

Color Harmonies of #C11330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11330

Black with #C11330

Text Example


Text Example

White with #C11330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11330; }

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

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

background-color css

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

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

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

border-color css

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

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

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