Html Css Color HEX #C10E32 Cardinal

📋 copy color: '#C10E32'

red 193 ◦ green 14 ◦ blue 50

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

Shades of Cardinal #C10E32

Tints of Cardinal #C10E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 75.1%
G = 5.45%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C10E32 (or 0xC10E32) is known color: Cardinal. HEX triplet: C1, 0E and 32. RGB value is (193,14,50). Sum of RGB (Red+Green+Blue) = 193+14+50=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C10E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10E32 is #3EF1CD. Grayscale: #474747. Windows color (decimal): -4125134 or 3280577. OLE color: 3280577.

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

Color convert

RGB 193 14 50 -
CMYK 0 0.93 0.74 0.24
HSL 347.93º 0.86% 0.41% -
HSV(B) 347.93º 0.93% 0.76% -
XYZ 22.73 11.88 4.11 -
YUV 71.63 115.8 214.57 -
System Red Green Blue C M Y K H S L
Decimal 193 14 50 0 0.93 0.74 0.24 347.93 0.86 0.41
Hex C1 E 32 0 5D 4A 18 15C 56 29
Octal 301 16 62 0 135 112 30 534 126 51
Binary 11000001 1110 110010 0 1011101 1001010 11000 101011100 1010110 101001

Color Harmonies of #C10E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10E32

Black with #C10E32

Text Example


Text Example

White with #C10E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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