Html Css Color HEX #C11130 Cardinal

📋 copy color: '#C11130'

red 193 ◦ green 17 ◦ blue 48

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

Shades of Cardinal #C11130

Tints of Cardinal #C11130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.59%

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

R = 74.81%
G = 6.59%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C11130 (or 0xC11130) is known color: Cardinal. HEX triplet: C1, 11 and 30. RGB value is (193,17,48). Sum of RGB (Red+Green+Blue) = 193+17+48=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C11130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11130 is #3EEECF. Grayscale: #494949. Windows color (decimal): -4124368 or 3150273. OLE color: 3150273.

HSL color Cylindrical-coordinate representation of color #C11130: hue angle of 349.43º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C11130 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 17 48 -
CMYK 0 0.91 0.75 0.24
HSL 349.43º 0.84% 0.41% -
HSV(B) 349.43º 0.91% 0.76% -
XYZ 22.73 11.95 3.91 -
YUV 73.16 113.81 213.48 -
System Red Green Blue C M Y K H S L
Decimal 193 17 48 0 0.91 0.75 0.24 349.43 0.84 0.41
Hex C1 11 30 0 5B 4B 18 15D 54 29
Octal 301 21 60 0 133 113 30 535 124 51
Binary 11000001 10001 110000 0 1011011 1001011 11000 101011101 1010100 101001

Color Harmonies of #C11130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11130

Black with #C11130

Text Example


Text Example

White with #C11130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11130; }

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

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

background-color css

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

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

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

border-color css

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

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

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