Html Css Color HEX #C20D40 Cardinal

📋 copy color: '#C20D40'

red 194 ◦ green 13 ◦ blue 64

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

Shades of Cardinal #C20D40

Tints of Cardinal #C20D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.62%

R = 71.59%
G = 4.8%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C20D40 (or 0xC20D40) is known color: Cardinal. HEX triplet: C2, 0D and 40. RGB value is (194,13,64). Sum of RGB (Red+Green+Blue) = 194+13+64=271 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.59% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20D40 is #3DF2BF. Grayscale: #484848. Windows color (decimal): -4059840 or 4197826. OLE color: 4197826.

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

Color convert

RGB 194 13 64 -
CMYK 0 0.93 0.67 0.24
HSL 343.09º 0.87% 0.41% -
HSV(B) 343.09º 0.93% 0.76% -
XYZ 23.32 12.13 5.96 -
YUV 72.93 122.97 214.35 -
System Red Green Blue C M Y K H S L
Decimal 194 13 64 0 0.93 0.67 0.24 343.09 0.87 0.41
Hex C2 D 40 0 5D 43 18 157 57 29
Octal 302 15 100 0 135 103 30 527 127 51
Binary 11000010 1101 1000000 0 1011101 1000011 11000 101010111 1010111 101001

Color Harmonies of #C20D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D40

Black with #C20D40

Text Example


Text Example

White with #C20D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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