Html Css Color HEX #C11342 Cardinal

📋 copy color: '#C11342'

red 193 ◦ green 19 ◦ blue 66

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

Shades of Cardinal #C11342

Tints of Cardinal #C11342

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 69.42%
G = 6.83%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C11342 (or 0xC11342) is known color: Cardinal. HEX triplet: C1, 13 and 42. RGB value is (193,19,66). Sum of RGB (Red+Green+Blue) = 193+19+66=278 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.42% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 193 - color contains mainly: red. Hex color #C11342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11342 is #3EECBD. Grayscale: #4C4C4C. Windows color (decimal): -4123838 or 4330433. OLE color: 4330433.

HSL color Cylindrical-coordinate representation of color #C11342: hue angle of 343.79º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C11342 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 19 66 -
CMYK 0 0.90 0.66 0.24
HSL 343.79º 0.82% 0.42% -
HSV(B) 343.79º 0.9% 0.76% -
XYZ 23.21 12.2 6.29 -
YUV 76.38 122.15 211.18 -
System Red Green Blue C M Y K H S L
Decimal 193 19 66 0 0.90 0.66 0.24 343.79 0.82 0.42
Hex C1 13 42 0 5A 42 18 158 52 2A
Octal 301 23 102 0 132 102 30 530 122 52
Binary 11000001 10011 1000010 0 1011010 1000010 11000 101011000 1010010 101010

Color Harmonies of #C11342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11342

Black with #C11342

Text Example


Text Example

White with #C11342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11342; }

 p { color: rgb(193,19,66); }

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

background-color css

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

 a { background-color: rgb(193,19,66); }

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

border-color css

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

 span { border-color: rgb(193,19,66); }

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