Html Css Color HEX #C11244 Cardinal

📋 copy color: '#C11244'

red 193 ◦ green 18 ◦ blue 68

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

Shades of Cardinal #C11244

Tints of Cardinal #C11244

RGB

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

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

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

R = 69.18%
G = 6.45%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C11244 (or 0xC11244) is known color: Cardinal. HEX triplet: C1, 12 and 44. RGB value is (193,18,68). Sum of RGB (Red+Green+Blue) = 193+18+68=279 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.18% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 193 - color contains mainly: red. Hex color #C11244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11244 is #3EEDBB. Grayscale: #4C4C4C. Windows color (decimal): -4124092 or 4461249. OLE color: 4461249.

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

Color convert

RGB 193 18 68 -
CMYK 0 0.91 0.65 0.24
HSL 342.86º 0.83% 0.41% -
HSV(B) 342.86º 0.91% 0.76% -
XYZ 23.25 12.19 6.6 -
YUV 76.03 123.48 211.43 -
System Red Green Blue C M Y K H S L
Decimal 193 18 68 0 0.91 0.65 0.24 342.86 0.83 0.41
Hex C1 12 44 0 5B 41 18 157 53 29
Octal 301 22 104 0 133 101 30 527 123 51
Binary 11000001 10010 1000100 0 1011011 1000001 11000 101010111 1010011 101001

Color Harmonies of #C11244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11244

Black with #C11244

Text Example


Text Example

White with #C11244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11244; }

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

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

background-color css

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

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

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

border-color css

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

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

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