Html Css Color HEX #C11041 Cardinal

📋 copy color: '#C11041'

red 193 ◦ green 16 ◦ blue 65

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

Shades of Cardinal #C11041

Tints of Cardinal #C11041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.72%

R = 70.44%
G = 5.84%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C11041 (or 0xC11041) is known color: Cardinal. HEX triplet: C1, 10 and 41. RGB value is (193,16,65). Sum of RGB (Red+Green+Blue) = 193+16+65=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C11041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11041 is #3EEFBE. Grayscale: #4A4A4A. Windows color (decimal): -4124607 or 4264129. OLE color: 4264129.

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

Color convert

RGB 193 16 65 -
CMYK 0 0.92 0.66 0.24
HSL 343.39º 0.85% 0.41% -
HSV(B) 343.39º 0.92% 0.76% -
XYZ 23.13 12.09 6.12 -
YUV 74.51 122.64 212.52 -
System Red Green Blue C M Y K H S L
Decimal 193 16 65 0 0.92 0.66 0.24 343.39 0.85 0.41
Hex C1 10 41 0 5C 42 18 157 55 29
Octal 301 20 101 0 134 102 30 527 125 51
Binary 11000001 10000 1000001 0 1011100 1000010 11000 101010111 1010101 101001

Color Harmonies of #C11041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11041

Black with #C11041

Text Example


Text Example

White with #C11041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11041; }

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

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

background-color css

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

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

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

border-color css

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

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

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