Html Css Color HEX #C10139 Cardinal

📋 copy color: '#C10139'

red 193 ◦ green 1 ◦ blue 57

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

Shades of Cardinal #C10139

Tints of Cardinal #C10139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.71%

R = 76.89%
G = 0.4%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C10139 (or 0xC10139) is known color: Cardinal. HEX triplet: C1, 01 and 39. RGB value is (193,1,57). Sum of RGB (Red+Green+Blue) = 193+1+57=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 57 (22.66% from 255 or 22.71% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C10139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10139 is #3EFEC6. Grayscale: #404040. Windows color (decimal): -4128455 or 3736001. OLE color: 3736001.

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

Color convert

RGB 193 1 57 -
CMYK 0 0.99 0.70 0.24
HSL 342.5º 0.99% 0.38% -
HSV(B) 342.5º 0.99% 0.76% -
XYZ 22.74 11.65 4.92 -
YUV 64.79 123.61 219.45 -
System Red Green Blue C M Y K H S L
Decimal 193 1 57 0 0.99 0.70 0.24 342.5 0.99 0.38
Hex C1 1 39 0 63 46 18 156 63 26
Octal 301 1 71 0 143 106 30 526 143 46
Binary 11000001 1 111001 0 1100011 1000110 11000 101010110 1100011 100110

Color Harmonies of #C10139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10139

Black with #C10139

Text Example


Text Example

White with #C10139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10139; }

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

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

background-color css

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

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

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

border-color css

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

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

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