Html Css Color HEX #C11647 Cardinal

📋 copy color: '#C11647'

red 193 ◦ green 22 ◦ blue 71

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

Shades of Cardinal #C11647

Tints of Cardinal #C11647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.69%

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

R = 67.48%
G = 7.69%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C11647 (or 0xC11647) is known color: Cardinal. HEX triplet: C1, 16 and 47. RGB value is (193,22,71). Sum of RGB (Red+Green+Blue) = 193+22+71=286 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.48% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 193 - color contains mainly: red. Hex color #C11647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11647 is #3EE9B8. Grayscale: #4E4E4E. Windows color (decimal): -4123065 or 4658881. OLE color: 4658881.

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

Color convert

RGB 193 22 71 -
CMYK 0 0.89 0.63 0.24
HSL 342.81º 0.8% 0.42% -
HSV(B) 342.81º 0.89% 0.76% -
XYZ 23.42 12.37 7.11 -
YUV 78.72 123.65 209.52 -
System Red Green Blue C M Y K H S L
Decimal 193 22 71 0 0.89 0.63 0.24 342.81 0.8 0.42
Hex C1 16 47 0 59 3F 18 157 50 2A
Octal 301 26 107 0 131 77 30 527 120 52
Binary 11000001 10110 1000111 0 1011001 111111 11000 101010111 1010000 101010

Color Harmonies of #C11647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11647

Black with #C11647

Text Example


Text Example

White with #C11647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11647; }

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

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

background-color css

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

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

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

border-color css

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

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

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