Html Css Color HEX #C10149 Cardinal

📋 copy color: '#C10149'

red 193 ◦ green 1 ◦ blue 73

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

Shades of Cardinal #C10149

Tints of Cardinal #C10149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 27.34%

R = 72.28%
G = 0.37%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C10149 (or 0xC10149) is known color: Cardinal. HEX triplet: C1, 01 and 49. RGB value is (193,1,73). Sum of RGB (Red+Green+Blue) = 193+1+73=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C10149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C10149 is #3EFEB6. Grayscale: #424242. Windows color (decimal): -4128439 or 4784577. OLE color: 4784577.

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

Color convert

RGB 193 1 73 -
CMYK 0 0.99 0.62 0.24
HSL 337.5º 0.99% 0.38% -
HSV(B) 337.5º 0.99% 0.76% -
XYZ 23.21 11.84 7.37 -
YUV 66.62 131.61 218.15 -
System Red Green Blue C M Y K H S L
Decimal 193 1 73 0 0.99 0.62 0.24 337.5 0.99 0.38
Hex C1 1 49 0 63 3E 18 152 63 26
Octal 301 1 111 0 143 76 30 522 143 46
Binary 11000001 1 1001001 0 1100011 111110 11000 101010010 1100011 100110

Color Harmonies of #C10149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10149

Black with #C10149

Text Example


Text Example

White with #C10149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10149; }

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

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

background-color css

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

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

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

border-color css

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

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

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