Html Css Color HEX #C20947 Cardinal

📋 copy color: '#C20947'

red 194 ◦ green 9 ◦ blue 71

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

Shades of Cardinal #C20947

Tints of Cardinal #C20947

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.28%

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

R = 70.8%
G = 3.28%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C20947 (or 0xC20947) is known color: Cardinal. HEX triplet: C2, 09 and 47. RGB value is (194,9,71). Sum of RGB (Red+Green+Blue) = 194+9+71=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C20947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20947 is #3DF6B8. Grayscale: #474747. Windows color (decimal): -4060857 or 4655554. OLE color: 4655554.

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

Color convert

RGB 194 9 71 -
CMYK 0 0.95 0.63 0.24
HSL 339.89º 0.91% 0.4% -
HSV(B) 339.89º 0.95% 0.76% -
XYZ 23.48 12.12 7.06 -
YUV 71.38 127.79 215.46 -
System Red Green Blue C M Y K H S L
Decimal 194 9 71 0 0.95 0.63 0.24 339.89 0.91 0.4
Hex C2 9 47 0 5F 3F 18 154 5B 28
Octal 302 11 107 0 137 77 30 524 133 50
Binary 11000010 1001 1000111 0 1011111 111111 11000 101010100 1011011 101000

Color Harmonies of #C20947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20947

Black with #C20947

Text Example


Text Example

White with #C20947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20947; }

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

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

background-color css

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

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

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

border-color css

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

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

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