Html Css Color HEX #C11644 Cardinal

📋 copy color: '#C11644'

red 193 ◦ green 22 ◦ blue 68

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

Shades of Cardinal #C11644

Tints of Cardinal #C11644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.03%

R = 68.2%
G = 7.77%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C11644 (or 0xC11644) is known color: Cardinal. HEX triplet: C1, 16 and 44. RGB value is (193,22,68). Sum of RGB (Red+Green+Blue) = 193+22+68=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C11644 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11644 is #3EE9BB. Grayscale: #4E4E4E. Windows color (decimal): -4123068 or 4462273. OLE color: 4462273.

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

Color convert

RGB 193 22 68 -
CMYK 0 0.89 0.65 0.24
HSL 343.86º 0.8% 0.42% -
HSV(B) 343.86º 0.89% 0.76% -
XYZ 23.32 12.33 6.62 -
YUV 78.37 122.15 209.76 -
System Red Green Blue C M Y K H S L
Decimal 193 22 68 0 0.89 0.65 0.24 343.86 0.8 0.42
Hex C1 16 44 0 59 41 18 158 50 2A
Octal 301 26 104 0 131 101 30 530 120 52
Binary 11000001 10110 1000100 0 1011001 1000001 11000 101011000 1010000 101010

Color Harmonies of #C11644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11644

Black with #C11644

Text Example


Text Example

White with #C11644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11644; }

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

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

background-color css

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

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

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

border-color css

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

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

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