Html Css Color HEX #C11639 Cardinal

📋 copy color: '#C11639'

red 193 ◦ green 22 ◦ blue 57

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

Shades of Cardinal #C11639

Tints of Cardinal #C11639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.96%

R = 70.96%
G = 8.09%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C11639 (or 0xC11639) is known color: Cardinal. HEX triplet: C1, 16 and 39. RGB value is (193,22,57). Sum of RGB (Red+Green+Blue) = 193+22+57=272 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.96% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 57 (22.66% from 255 or 20.96% from 272); Max value from RGB is 193 - color contains mainly: red. Hex color #C11639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11639 is #3EE9C6. Grayscale: #4D4D4D. Windows color (decimal): -4123079 or 3741377. OLE color: 3741377.

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

Color convert

RGB 193 22 57 -
CMYK 0 0.89 0.70 0.24
HSL 347.72º 0.8% 0.42% -
HSV(B) 347.72º 0.89% 0.76% -
XYZ 23.02 12.21 5.01 -
YUV 77.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 193 22 57 0 0.89 0.70 0.24 347.72 0.8 0.42
Hex C1 16 39 0 59 46 18 15C 50 2A
Octal 301 26 71 0 131 106 30 534 120 52
Binary 11000001 10110 111001 0 1011001 1000110 11000 101011100 1010000 101010

Color Harmonies of #C11639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11639

Black with #C11639

Text Example


Text Example

White with #C11639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11639; }

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

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

background-color css

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

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

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

border-color css

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

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

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