Html Css Color HEX #C20C43 Cardinal

📋 copy color: '#C20C43'

red 194 ◦ green 12 ◦ blue 67

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

Shades of Cardinal #C20C43

Tints of Cardinal #C20C43

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.4%

 BLUE value IS 67 (26.56% from 255) = 24.54%

R = 71.06%
G = 4.4%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C20C43 (or 0xC20C43) is known color: Cardinal. HEX triplet: C2, 0C and 43. RGB value is (194,12,67). Sum of RGB (Red+Green+Blue) = 194+12+67=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 67 (26.56% from 255 or 24.54% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C43 is #3DF3BC. Grayscale: #484848. Windows color (decimal): -4060093 or 4394178. OLE color: 4394178.

HSL color Cylindrical-coordinate representation of color #C20C43: hue angle of 341.87º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C43 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 12 67 -
CMYK 0 0.94 0.65 0.24
HSL 341.87º 0.88% 0.4% -
HSV(B) 341.87º 0.94% 0.76% -
XYZ 23.39 12.14 6.42 -
YUV 72.69 124.8 214.53 -
System Red Green Blue C M Y K H S L
Decimal 194 12 67 0 0.94 0.65 0.24 341.87 0.88 0.4
Hex C2 C 43 0 5E 41 18 156 58 28
Octal 302 14 103 0 136 101 30 526 130 50
Binary 11000010 1100 1000011 0 1011110 1000001 11000 101010110 1011000 101000

Color Harmonies of #C20C43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C43

Black with #C20C43

Text Example


Text Example

White with #C20C43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C43; }

 p { color: rgb(194,12,67); }

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

background-color css

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

 a { background-color: rgb(194,12,67); }

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

border-color css

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

 span { border-color: rgb(194,12,67); }

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