Html Css Color HEX #C20447 Cardinal

📋 copy color: '#C20447'

red 194 ◦ green 4 ◦ blue 71

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

Shades of Cardinal #C20447

Tints of Cardinal #C20447

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

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

R = 72.12%
G = 1.49%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C20447 (or 0xC20447) is known color: Cardinal. HEX triplet: C2, 04 and 47. RGB value is (194,4,71). Sum of RGB (Red+Green+Blue) = 194+4+71=269 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.12% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 71 (28.12% from 255 or 26.39% from 269); Max value from RGB is 194 - color contains mainly: red. Hex color #C20447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20447 is #3DFBB8. Grayscale: #444444. Windows color (decimal): -4062137 or 4654274. OLE color: 4654274.

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

Color convert

RGB 194 4 71 -
CMYK 0 0.98 0.63 0.24
HSL 338.84º 0.96% 0.39% -
HSV(B) 338.84º 0.98% 0.76% -
XYZ 23.43 12.01 7.04 -
YUV 68.45 129.45 217.55 -
System Red Green Blue C M Y K H S L
Decimal 194 4 71 0 0.98 0.63 0.24 338.84 0.96 0.39
Hex C2 4 47 0 62 3F 18 153 60 27
Octal 302 4 107 0 142 77 30 523 140 47
Binary 11000010 100 1000111 0 1100010 111111 11000 101010011 1100000 100111

Color Harmonies of #C20447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20447

Black with #C20447

Text Example


Text Example

White with #C20447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20447; }

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

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

background-color css

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

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

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

border-color css

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

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

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