Html Css Color HEX #C20E4D Cardinal

📋 copy color: '#C20E4D'

red 194 ◦ green 14 ◦ blue 77

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

Shades of Cardinal #C20E4D

Tints of Cardinal #C20E4D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.91%

 BLUE value IS 77 (30.47% from 255) = 27.02%

R = 68.07%
G = 4.91%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#C20E4D (or 0xC20E4D) is known color: Cardinal. HEX triplet: C2, 0E and 4D. RGB value is (194,14,77). Sum of RGB (Red+Green+Blue) = 194+14+77=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C20E4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20E4D is #3DF1B2. Grayscale: #4A4A4A. Windows color (decimal): -4059571 or 5050050. OLE color: 5050050.

HSL color Cylindrical-coordinate representation of color #C20E4D: hue angle of 339º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20E4D is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 14 77 -
CMYK 0 0.93 0.60 0.24
HSL 339º 0.87% 0.41% -
HSV(B) 339º 0.93% 0.76% -
XYZ 23.74 12.32 8.15 -
YUV 75 129.13 212.88 -
System Red Green Blue C M Y K H S L
Decimal 194 14 77 0 0.93 0.60 0.24 339 0.87 0.41
Hex C2 E 4D 0 5D 3C 18 153 57 29
Octal 302 16 115 0 135 74 30 523 127 51
Binary 11000010 1110 1001101 0 1011101 111100 11000 101010011 1010111 101001

Color Harmonies of #C20E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20E4D

Black with #C20E4D

Text Example


Text Example

White with #C20E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20E4D; }

 p { color: rgb(194,14,77); }

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

background-color css

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

 a { background-color: rgb(194,14,77); }

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

border-color css

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

 span { border-color: rgb(194,14,77); }

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