Html Css Color HEX #C11544 Cardinal

📋 copy color: '#C11544'

red 193 ◦ green 21 ◦ blue 68

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

Shades of Cardinal #C11544

Tints of Cardinal #C11544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

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

R = 68.44%
G = 7.45%
B = 24.11%

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

#C11544 (or 0xC11544) is known color: Cardinal. HEX triplet: C1, 15 and 44. RGB value is (193,21,68). Sum of RGB (Red+Green+Blue) = 193+21+68=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 68 (26.95% from 255 or 24.11% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C11544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11544 is #3EEABB. Grayscale: #4D4D4D. Windows color (decimal): -4123324 or 4462017. OLE color: 4462017.

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

Color convert

RGB 193 21 68 -
CMYK 0 0.89 0.65 0.24
HSL 343.6º 0.8% 0.42% -
HSV(B) 343.6º 0.89% 0.76% -
XYZ 23.3 12.29 6.61 -
YUV 77.79 122.48 210.18 -
System Red Green Blue C M Y K H S L
Decimal 193 21 68 0 0.89 0.65 0.24 343.6 0.8 0.42
Hex C1 15 44 0 59 41 18 158 50 2A
Octal 301 25 104 0 131 101 30 530 120 52
Binary 11000001 10101 1000100 0 1011001 1000001 11000 101011000 1010000 101010

Color Harmonies of #C11544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11544

Black with #C11544

Text Example


Text Example

White with #C11544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11544; }

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

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

background-color css

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

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

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

border-color css

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

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

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