Html Css Color HEX #C10141 Cardinal

📋 copy color: '#C10141'

red 193 ◦ green 1 ◦ blue 65

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

Shades of Cardinal #C10141

Tints of Cardinal #C10141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.1%

R = 74.52%
G = 0.39%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C10141 (or 0xC10141) is known color: Cardinal. HEX triplet: C1, 01 and 41. RGB value is (193,1,65). Sum of RGB (Red+Green+Blue) = 193+1+65=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C10141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10141 is #3EFEBE. Grayscale: #414141. Windows color (decimal): -4128447 or 4260289. OLE color: 4260289.

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

Color convert

RGB 193 1 65 -
CMYK 0 0.99 0.66 0.24
HSL 340º 0.99% 0.38% -
HSV(B) 340º 0.99% 0.76% -
XYZ 22.96 11.74 6.06 -
YUV 65.7 127.61 218.8 -
System Red Green Blue C M Y K H S L
Decimal 193 1 65 0 0.99 0.66 0.24 340 0.99 0.38
Hex C1 1 41 0 63 42 18 154 63 26
Octal 301 1 101 0 143 102 30 524 143 46
Binary 11000001 1 1000001 0 1100011 1000010 11000 101010100 1100011 100110

Color Harmonies of #C10141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10141

Black with #C10141

Text Example


Text Example

White with #C10141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10141; }

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

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

background-color css

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

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

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

border-color css

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

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

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