Html Css Color HEX #C11247 Cardinal

📋 copy color: '#C11247'

red 193 ◦ green 18 ◦ blue 71

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

Shades of Cardinal #C11247

Tints of Cardinal #C11247

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.38%

 BLUE value IS 71 (28.13% from 255) = 25.18%

R = 68.44%
G = 6.38%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C11247 (or 0xC11247) is known color: Cardinal. HEX triplet: C1, 12 and 47. RGB value is (193,18,71). Sum of RGB (Red+Green+Blue) = 193+18+71=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 18 (7.42% from 255 or 6.38% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C11247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11247 is #3EEDB8. Grayscale: #4C4C4C. Windows color (decimal): -4124089 or 4657857. OLE color: 4657857.

HSL color Cylindrical-coordinate representation of color #C11247: hue angle of 341.83º degrees, saturation: 0.83, 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 #C11247 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 18 71 -
CMYK 0 0.91 0.63 0.24
HSL 341.83º 0.83% 0.41% -
HSV(B) 341.83º 0.91% 0.76% -
XYZ 23.35 12.23 7.09 -
YUV 76.37 124.98 211.19 -
System Red Green Blue C M Y K H S L
Decimal 193 18 71 0 0.91 0.63 0.24 341.83 0.83 0.41
Hex C1 12 47 0 5B 3F 18 156 53 29
Octal 301 22 107 0 133 77 30 526 123 51
Binary 11000001 10010 1000111 0 1011011 111111 11000 101010110 1010011 101001

Color Harmonies of #C11247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11247

Black with #C11247

Text Example


Text Example

White with #C11247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11247; }

 p { color: rgb(193,18,71); }

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

background-color css

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

 a { background-color: rgb(193,18,71); }

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

border-color css

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

 span { border-color: rgb(193,18,71); }

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