Html Css Color HEX #C10144 Cardinal

📋 copy color: '#C10144'

red 193 ◦ green 1 ◦ blue 68

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

Shades of Cardinal #C10144

Tints of Cardinal #C10144

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 73.66%
G = 0.38%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C10144 (or 0xC10144) is known color: Cardinal. HEX triplet: C1, 01 and 44. RGB value is (193,1,68). Sum of RGB (Red+Green+Blue) = 193+1+68=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C10144 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10144 is #3EFEBB. Grayscale: #414141. Windows color (decimal): -4128444 or 4456897. OLE color: 4456897.

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

Color convert

RGB 193 1 68 -
CMYK 0 0.99 0.65 0.24
HSL 339.06º 0.99% 0.38% -
HSV(B) 339.06º 0.99% 0.76% -
XYZ 23.05 11.78 6.53 -
YUV 66.05 129.11 218.55 -
System Red Green Blue C M Y K H S L
Decimal 193 1 68 0 0.99 0.65 0.24 339.06 0.99 0.38
Hex C1 1 44 0 63 41 18 153 63 26
Octal 301 1 104 0 143 101 30 523 143 46
Binary 11000001 1 1000100 0 1100011 1000001 11000 101010011 1100011 100110

Color Harmonies of #C10144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10144

Black with #C10144

Text Example


Text Example

White with #C10144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10144; }

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

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

background-color css

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

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

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

border-color css

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

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

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