Html Css Color HEX #C11044 Cardinal

📋 copy color: '#C11044'

red 193 ◦ green 16 ◦ blue 68

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

Shades of Cardinal #C11044

Tints of Cardinal #C11044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.78%

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

R = 69.68%
G = 5.78%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C11044 (or 0xC11044) is known color: Cardinal. HEX triplet: C1, 10 and 44. RGB value is (193,16,68). Sum of RGB (Red+Green+Blue) = 193+16+68=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C11044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11044 is #3EEFBB. Grayscale: #4A4A4A. Windows color (decimal): -4124604 or 4460737. OLE color: 4460737.

HSL color Cylindrical-coordinate representation of color #C11044: hue angle of 342.37º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C11044 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 16 68 -
CMYK 0 0.92 0.65 0.24
HSL 342.37º 0.85% 0.41% -
HSV(B) 342.37º 0.92% 0.76% -
XYZ 23.22 12.13 6.59 -
YUV 74.85 124.14 212.27 -
System Red Green Blue C M Y K H S L
Decimal 193 16 68 0 0.92 0.65 0.24 342.37 0.85 0.41
Hex C1 10 44 0 5C 41 18 156 55 29
Octal 301 20 104 0 134 101 30 526 125 51
Binary 11000001 10000 1000100 0 1011100 1000001 11000 101010110 1010101 101001

Color Harmonies of #C11044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11044

Black with #C11044

Text Example


Text Example

White with #C11044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11044; }

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

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

background-color css

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

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

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

border-color css

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

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

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