Html Css Color HEX #C11445 Cardinal

📋 copy color: '#C11445'

red 193 ◦ green 20 ◦ blue 69

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

Shades of Cardinal #C11445

Tints of Cardinal #C11445

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.09%

 BLUE value IS 69 (27.34% from 255) = 24.47%

R = 68.44%
G = 7.09%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C11445 (or 0xC11445) is known color: Cardinal. HEX triplet: C1, 14 and 45. RGB value is (193,20,69). Sum of RGB (Red+Green+Blue) = 193+20+69=282 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.44% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 193 - color contains mainly: red. Hex color #C11445 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11445 is #3EEBBA. Grayscale: #4D4D4D. Windows color (decimal): -4123579 or 4527297. OLE color: 4527297.

HSL color Cylindrical-coordinate representation of color #C11445: hue angle of 343.01º degrees, saturation: 0.81, 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 #C11445 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 20 69 -
CMYK 0 0.90 0.64 0.24
HSL 343.01º 0.81% 0.42% -
HSV(B) 343.01º 0.9% 0.76% -
XYZ 23.32 12.27 6.77 -
YUV 77.31 123.31 210.52 -
System Red Green Blue C M Y K H S L
Decimal 193 20 69 0 0.90 0.64 0.24 343.01 0.81 0.42
Hex C1 14 45 0 5A 40 18 157 51 2A
Octal 301 24 105 0 132 100 30 527 121 52
Binary 11000001 10100 1000101 0 1011010 1000000 11000 101010111 1010001 101010

Color Harmonies of #C11445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11445

Black with #C11445

Text Example


Text Example

White with #C11445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11445; }

 p { color: rgb(193,20,69); }

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

background-color css

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

 a { background-color: rgb(193,20,69); }

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

border-color css

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

 span { border-color: rgb(193,20,69); }

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