Html Css Color HEX #C20D4F Cardinal

📋 copy color: '#C20D4F'

red 194 ◦ green 13 ◦ blue 79

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

Shades of Cardinal #C20D4F

Tints of Cardinal #C20D4F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

 BLUE value IS 79 (31.25% from 255) = 27.62%

R = 67.83%
G = 4.55%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C20D4F (or 0xC20D4F) is known color: Cardinal. HEX triplet: C2, 0D and 4F. RGB value is (194,13,79). Sum of RGB (Red+Green+Blue) = 194+13+79=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 79 (31.25% from 255 or 27.62% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D4F is #3DF2B0. Grayscale: #4A4A4A. Windows color (decimal): -4059825 or 5180866. OLE color: 5180866.

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

Color convert

RGB 194 13 79 -
CMYK 0 0.93 0.59 0.24
HSL 338.12º 0.87% 0.41% -
HSV(B) 338.12º 0.93% 0.76% -
XYZ 23.8 12.32 8.52 -
YUV 74.64 130.47 213.13 -
System Red Green Blue C M Y K H S L
Decimal 194 13 79 0 0.93 0.59 0.24 338.12 0.87 0.41
Hex C2 D 4F 0 5D 3B 18 152 57 29
Octal 302 15 117 0 135 73 30 522 127 51
Binary 11000010 1101 1001111 0 1011101 111011 11000 101010010 1010111 101001

Color Harmonies of #C20D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D4F

Black with #C20D4F

Text Example


Text Example

White with #C20D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D4F; }

 p { color: rgb(194,13,79); }

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

background-color css

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

 a { background-color: rgb(194,13,79); }

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

border-color css

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

 span { border-color: rgb(194,13,79); }

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