Html Css Color HEX #C20547 Cardinal

📋 copy color: '#C20547'

red 194 ◦ green 5 ◦ blue 71

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

Shades of Cardinal #C20547

Tints of Cardinal #C20547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

 BLUE value IS 71 (28.13% from 255) = 26.3%

R = 71.85%
G = 1.85%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C20547 (or 0xC20547) is known color: Cardinal. HEX triplet: C2, 05 and 47. RGB value is (194,5,71). Sum of RGB (Red+Green+Blue) = 194+5+71=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 71 (28.12% from 255 or 26.30% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C20547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20547 is #3DFAB8. Grayscale: #444444. Windows color (decimal): -4061881 or 4654530. OLE color: 4654530.

HSL color Cylindrical-coordinate representation of color #C20547: hue angle of 339.05º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C20547 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 5 71 -
CMYK 0 0.97 0.63 0.24
HSL 339.05º 0.95% 0.39% -
HSV(B) 339.05º 0.97% 0.76% -
XYZ 23.44 12.03 7.05 -
YUV 69.04 129.12 217.13 -
System Red Green Blue C M Y K H S L
Decimal 194 5 71 0 0.97 0.63 0.24 339.05 0.95 0.39
Hex C2 5 47 0 61 3F 18 153 5F 27
Octal 302 5 107 0 141 77 30 523 137 47
Binary 11000010 101 1000111 0 1100001 111111 11000 101010011 1011111 100111

Color Harmonies of #C20547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20547

Black with #C20547

Text Example


Text Example

White with #C20547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20547; }

 p { color: rgb(194,5,71); }

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

background-color css

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

 a { background-color: rgb(194,5,71); }

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

border-color css

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

 span { border-color: rgb(194,5,71); }

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