Html Css Color HEX #C11043 Cardinal

📋 copy color: '#C11043'

red 193 ◦ green 16 ◦ blue 67

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

Shades of Cardinal #C11043

Tints of Cardinal #C11043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.28%

R = 69.93%
G = 5.8%
B = 24.28%

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

#C11043 (or 0xC11043) is known color: Cardinal. HEX triplet: C1, 10 and 43. RGB value is (193,16,67). Sum of RGB (Red+Green+Blue) = 193+16+67=276 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.93% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 193 - color contains mainly: red. Hex color #C11043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11043 is #3EEFBC. Grayscale: #4A4A4A. Windows color (decimal): -4124605 or 4395201. OLE color: 4395201.

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

Color convert

RGB 193 16 67 -
CMYK 0 0.92 0.65 0.24
HSL 342.71º 0.85% 0.41% -
HSV(B) 342.71º 0.92% 0.76% -
XYZ 23.19 12.11 6.43 -
YUV 74.74 123.64 212.35 -
System Red Green Blue C M Y K H S L
Decimal 193 16 67 0 0.92 0.65 0.24 342.71 0.85 0.41
Hex C1 10 43 0 5C 41 18 157 55 29
Octal 301 20 103 0 134 101 30 527 125 51
Binary 11000001 10000 1000011 0 1011100 1000001 11000 101010111 1010101 101001

Color Harmonies of #C11043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11043

Black with #C11043

Text Example


Text Example

White with #C11043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11043; }

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

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

background-color css

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

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

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

border-color css

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

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

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