Html Css Color HEX #C20C36 Cardinal

📋 copy color: '#C20C36'

red 194 ◦ green 12 ◦ blue 54

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

Shades of Cardinal #C20C36

Tints of Cardinal #C20C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.77%

R = 74.62%
G = 4.62%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C20C36 (or 0xC20C36) is known color: Cardinal. HEX triplet: C2, 0C and 36. RGB value is (194,12,54). Sum of RGB (Red+Green+Blue) = 194+12+54=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C36 is #3DF3C9. Grayscale: #474747. Windows color (decimal): -4060106 or 3542210. OLE color: 3542210.

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

Color convert

RGB 194 12 54 -
CMYK 0 0.94 0.72 0.24
HSL 346.15º 0.88% 0.4% -
HSV(B) 346.15º 0.94% 0.76% -
XYZ 23.05 12 4.59 -
YUV 71.21 118.3 215.58 -
System Red Green Blue C M Y K H S L
Decimal 194 12 54 0 0.94 0.72 0.24 346.15 0.88 0.4
Hex C2 C 36 0 5E 48 18 15A 58 28
Octal 302 14 66 0 136 110 30 532 130 50
Binary 11000010 1100 110110 0 1011110 1001000 11000 101011010 1011000 101000

Color Harmonies of #C20C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C36

Black with #C20C36

Text Example


Text Example

White with #C20C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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