Html Css Color HEX #C20C44 Cardinal

📋 copy color: '#C20C44'

red 194 ◦ green 12 ◦ blue 68

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

Shades of Cardinal #C20C44

Tints of Cardinal #C20C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.82%

R = 70.8%
G = 4.38%
B = 24.82%

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

#C20C44 (or 0xC20C44) is known color: Cardinal. HEX triplet: C2, 0C and 44. RGB value is (194,12,68). Sum of RGB (Red+Green+Blue) = 194+12+68=274 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.80% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C44 is #3DF3BB. Grayscale: #484848. Windows color (decimal): -4060092 or 4459714. OLE color: 4459714.

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

Color convert

RGB 194 12 68 -
CMYK 0 0.94 0.65 0.24
HSL 341.54º 0.88% 0.4% -
HSV(B) 341.54º 0.94% 0.76% -
XYZ 23.42 12.15 6.58 -
YUV 72.8 125.3 214.45 -
System Red Green Blue C M Y K H S L
Decimal 194 12 68 0 0.94 0.65 0.24 341.54 0.88 0.4
Hex C2 C 44 0 5E 41 18 156 58 28
Octal 302 14 104 0 136 101 30 526 130 50
Binary 11000010 1100 1000100 0 1011110 1000001 11000 101010110 1011000 101000

Color Harmonies of #C20C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C44

Black with #C20C44

Text Example


Text Example

White with #C20C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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