Html Css Color HEX #C01149 Cardinal

📋 copy color: '#C01149'

red 192 ◦ green 17 ◦ blue 73

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

Shades of Cardinal #C01149

Tints of Cardinal #C01149

RGB

 RED value IS 192 (75.39% from 255) = 68.09%

 GREEN value IS 17 (7.03% from 255) = 6.03%

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

R = 68.09%
G = 6.03%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C01149 (or 0xC01149) is known color: Cardinal. HEX triplet: C0, 11 and 49. RGB value is (192,17,73). Sum of RGB (Red+Green+Blue) = 192+17+73=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C01149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C01149 is #3FEEB6. Grayscale: #4B4B4B. Windows color (decimal): -4189879 or 4788672. OLE color: 4788672.

HSL color Cylindrical-coordinate representation of color #C01149: hue angle of 340.8º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C01149 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 73 -
CMYK 0 0.91 0.62 0.25
HSL 340.8º 0.84% 0.41% -
HSV(B) 340.8º 0.91% 0.75% -
XYZ 23.14 12.09 7.42 -
YUV 75.71 126.48 210.95 -
System Red Green Blue C M Y K H S L
Decimal 192 17 73 0 0.91 0.62 0.25 340.8 0.84 0.41
Hex C0 11 49 0 5B 3E 19 155 54 29
Octal 300 21 111 0 133 76 31 525 124 51
Binary 11000000 10001 1001001 0 1011011 111110 11001 101010101 1010100 101001

Color Harmonies of #C01149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01149

Black with #C01149

Text Example


Text Example

White with #C01149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01149; }

 p { color: rgb(192,17,73); }

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

background-color css

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

 a { background-color: rgb(192,17,73); }

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

border-color css

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

 span { border-color: rgb(192,17,73); }

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