Html Css Color HEX #C20C39 Cardinal

📋 copy color: '#C20C39'

red 194 ◦ green 12 ◦ blue 57

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

Shades of Cardinal #C20C39

Tints of Cardinal #C20C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.67%

R = 73.76%
G = 4.56%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C20C39 (or 0xC20C39) is known color: Cardinal. HEX triplet: C2, 0C and 39. RGB value is (194,12,57). Sum of RGB (Red+Green+Blue) = 194+12+57=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C39 is #3DF3C6. Grayscale: #474747. Windows color (decimal): -4060103 or 3738818. OLE color: 3738818.

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

Color convert

RGB 194 12 57 -
CMYK 0 0.94 0.71 0.24
HSL 345.16º 0.88% 0.4% -
HSV(B) 345.16º 0.94% 0.76% -
XYZ 23.12 12.03 4.97 -
YUV 71.55 119.8 215.34 -
System Red Green Blue C M Y K H S L
Decimal 194 12 57 0 0.94 0.71 0.24 345.16 0.88 0.4
Hex C2 C 39 0 5E 47 18 159 58 28
Octal 302 14 71 0 136 107 30 531 130 50
Binary 11000010 1100 111001 0 1011110 1000111 11000 101011001 1011000 101000

Color Harmonies of #C20C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C39

Black with #C20C39

Text Example


Text Example

White with #C20C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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