Html Css Color HEX #C10E4D Cardinal

📋 copy color: '#C10E4D'

red 193 ◦ green 14 ◦ blue 77

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

Shades of Cardinal #C10E4D

Tints of Cardinal #C10E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.11%

R = 67.96%
G = 4.93%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C10E4D (or 0xC10E4D) is known color: Cardinal. HEX triplet: C1, 0E and 4D. RGB value is (193,14,77). Sum of RGB (Red+Green+Blue) = 193+14+77=284 (37% of max value = 765). Red value is 193 (75.78% from 255 or 67.96% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10E4D is #3EF1B2. Grayscale: #4A4A4A. Windows color (decimal): -4125107 or 5050049. OLE color: 5050049.

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

Color convert

RGB 193 14 77 -
CMYK 0 0.93 0.60 0.24
HSL 338.88º 0.86% 0.41% -
HSV(B) 338.88º 0.93% 0.76% -
XYZ 23.49 12.19 8.14 -
YUV 74.7 129.3 212.38 -
System Red Green Blue C M Y K H S L
Decimal 193 14 77 0 0.93 0.60 0.24 338.88 0.86 0.41
Hex C1 E 4D 0 5D 3C 18 153 56 29
Octal 301 16 115 0 135 74 30 523 126 51
Binary 11000001 1110 1001101 0 1011101 111100 11000 101010011 1010110 101001

Color Harmonies of #C10E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E4D

Black with #C10E4D

Text Example


Text Example

White with #C10E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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