Html Css Color HEX #C20D4D Cardinal

📋 copy color: '#C20D4D'

red 194 ◦ green 13 ◦ blue 77

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

Shades of Cardinal #C20D4D

Tints of Cardinal #C20D4D

RGB

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

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

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

R = 68.31%
G = 4.58%
B = 27.11%

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

#C20D4D (or 0xC20D4D) is known color: Cardinal. HEX triplet: C2, 0D and 4D. RGB value is (194,13,77). Sum of RGB (Red+Green+Blue) = 194+13+77=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 13 (5.47% from 255 or 4.58% from 284); Blue value is 77 (30.47% from 255 or 27.11% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D4D is #3DF2B2. Grayscale: #4A4A4A. Windows color (decimal): -4059827 or 5049794. OLE color: 5049794.

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

Color convert

RGB 194 13 77 -
CMYK 0 0.93 0.60 0.24
HSL 338.78º 0.87% 0.41% -
HSV(B) 338.78º 0.93% 0.76% -
XYZ 23.73 12.29 8.14 -
YUV 74.42 129.47 213.3 -
System Red Green Blue C M Y K H S L
Decimal 194 13 77 0 0.93 0.60 0.24 338.78 0.87 0.41
Hex C2 D 4D 0 5D 3C 18 153 57 29
Octal 302 15 115 0 135 74 30 523 127 51
Binary 11000010 1101 1001101 0 1011101 111100 11000 101010011 1010111 101001

Color Harmonies of #C20D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20D4D

Black with #C20D4D

Text Example


Text Example

White with #C20D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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