Html Css Color HEX #C20149 Cardinal

📋 copy color: '#C20149'

red 194 ◦ green 1 ◦ blue 73

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

Shades of Cardinal #C20149

Tints of Cardinal #C20149

RGB

 RED value IS 194 (76.17% from 255) = 72.39%

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

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

R = 72.39%
G = 0.37%
B = 27.24%

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

#C20149 (or 0xC20149) is known color: Cardinal. HEX triplet: C2, 01 and 49. RGB value is (194,1,73). Sum of RGB (Red+Green+Blue) = 194+1+73=268 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.39% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 194 - color contains mainly: red. Hex color #C20149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20149 is #3DFEB6. Grayscale: #424242. Windows color (decimal): -4062903 or 4784578. OLE color: 4784578.

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

Color convert

RGB 194 1 73 -
CMYK 0 0.99 0.62 0.24
HSL 337.62º 0.99% 0.38% -
HSV(B) 337.62º 0.99% 0.76% -
XYZ 23.46 11.97 7.38 -
YUV 66.92 131.44 218.65 -
System Red Green Blue C M Y K H S L
Decimal 194 1 73 0 0.99 0.62 0.24 337.62 0.99 0.38
Hex C2 1 49 0 63 3E 18 152 63 26
Octal 302 1 111 0 143 76 30 522 143 46
Binary 11000010 1 1001001 0 1100011 111110 11000 101010010 1100011 100110

Color Harmonies of #C20149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20149

Black with #C20149

Text Example


Text Example

White with #C20149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20149; }

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

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

background-color css

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

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

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

border-color css

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

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

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