Html Css Color HEX #C10040 Cardinal

📋 copy color: '#C10040'

red 193 ◦ green 0 ◦ blue 64

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

Shades of Cardinal #C10040

Tints of Cardinal #C10040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 24.9%

R = 75.1%
G = 0%
B = 24.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C10040 (or 0xC10040) is known color: Cardinal. HEX triplet: C1, 00 and 40. RGB value is (193,0,64). Sum of RGB (Red+Green+Blue) = 193+0+64=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C10040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10040 is #3EFFBF. Grayscale: #404040. Windows color (decimal): -4128704 or 4194497. OLE color: 4194497.

HSL color Cylindrical-coordinate representation of color #C10040: hue angle of 340.1º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10040 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 64 -
CMYK 0 1 0.67 0.24
HSL 340.1º 1% 0.38% -
HSV(B) 340.1º 1% 0.76% -
XYZ 22.92 11.71 5.9 -
YUV 65 127.44 219.3 -
System Red Green Blue C M Y K H S L
Decimal 193 0 64 0 1 0.67 0.24 340.1 1 0.38
Hex C1 0 40 0 64 43 18 154 64 26
Octal 301 0 100 0 144 103 30 524 144 46
Binary 11000001 0 1000000 0 1100100 1000011 11000 101010100 1100100 100110

Color Harmonies of #C10040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10040

Black with #C10040

Text Example


Text Example

White with #C10040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10040; }

 p { color: rgb(193,0,64); }

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

background-color css

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

 a { background-color: rgb(193,0,64); }

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

border-color css

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

 span { border-color: rgb(193,0,64); }

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