Html Css Color HEX #C10E4A Cardinal

📋 copy color: '#C10E4A'

red 193 ◦ green 14 ◦ blue 74

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

Shades of Cardinal #C10E4A

Tints of Cardinal #C10E4A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.98%

 BLUE value IS 74 (29.3% from 255) = 26.33%

R = 68.68%
G = 4.98%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C10E4A (or 0xC10E4A) is known color: Cardinal. HEX triplet: C1, 0E and 4A. RGB value is (193,14,74). Sum of RGB (Red+Green+Blue) = 193+14+74=281 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.68% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E4A is #3EF1B5. Grayscale: #4A4A4A. Windows color (decimal): -4125110 or 4853441. OLE color: 4853441.

HSL color Cylindrical-coordinate representation of color #C10E4A: hue angle of 339.89º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C10E4A is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 14 74 -
CMYK 0 0.93 0.62 0.24
HSL 339.89º 0.86% 0.41% -
HSV(B) 339.89º 0.93% 0.76% -
XYZ 23.39 12.15 7.59 -
YUV 74.36 127.8 212.62 -
System Red Green Blue C M Y K H S L
Decimal 193 14 74 0 0.93 0.62 0.24 339.89 0.86 0.41
Hex C1 E 4A 0 5D 3E 18 154 56 29
Octal 301 16 112 0 135 76 30 524 126 51
Binary 11000001 1110 1001010 0 1011101 111110 11000 101010100 1010110 101001

Color Harmonies of #C10E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E4A

Black with #C10E4A

Text Example


Text Example

White with #C10E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E4A; }

 p { color: rgb(193,14,74); }

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

background-color css

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

 a { background-color: rgb(193,14,74); }

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

border-color css

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

 span { border-color: rgb(193,14,74); }

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