Html Css Color HEX #C11248 Cardinal

📋 copy color: '#C11248'

red 193 ◦ green 18 ◦ blue 72

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

Shades of Cardinal #C11248

Tints of Cardinal #C11248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.44%

R = 68.2%
G = 6.36%
B = 25.44%

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

#C11248 (or 0xC11248) is known color: Cardinal. HEX triplet: C1, 12 and 48. RGB value is (193,18,72). Sum of RGB (Red+Green+Blue) = 193+18+72=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C11248 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11248 is #3EEDB7. Grayscale: #4C4C4C. Windows color (decimal): -4124088 or 4723393. OLE color: 4723393.

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

Color convert

RGB 193 18 72 -
CMYK 0 0.91 0.63 0.24
HSL 341.49º 0.83% 0.41% -
HSV(B) 341.49º 0.91% 0.76% -
XYZ 23.38 12.24 7.26 -
YUV 76.48 125.48 211.11 -
System Red Green Blue C M Y K H S L
Decimal 193 18 72 0 0.91 0.63 0.24 341.49 0.83 0.41
Hex C1 12 48 0 5B 3F 18 155 53 29
Octal 301 22 110 0 133 77 30 525 123 51
Binary 11000001 10010 1001000 0 1011011 111111 11000 101010101 1010011 101001

Color Harmonies of #C11248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11248

Black with #C11248

Text Example


Text Example

White with #C11248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11248; }

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

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

background-color css

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

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

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

border-color css

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

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

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