Html Css Color HEX #C20C3B Cardinal

📋 copy color: '#C20C3B'

red 194 ◦ green 12 ◦ blue 59

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

Shades of Cardinal #C20C3B

Tints of Cardinal #C20C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 73.21%
G = 4.53%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C20C3B (or 0xC20C3B) is known color: Cardinal. HEX triplet: C2, 0C and 3B. RGB value is (194,12,59). Sum of RGB (Red+Green+Blue) = 194+12+59=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 12 (5.08% from 255 or 4.53% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C3B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20C3B is #3DF3C4. Grayscale: #474747. Windows color (decimal): -4060101 or 3869890. OLE color: 3869890.

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

Color convert

RGB 194 12 59 -
CMYK 0 0.94 0.70 0.24
HSL 344.51º 0.88% 0.4% -
HSV(B) 344.51º 0.94% 0.76% -
XYZ 23.17 12.05 5.24 -
YUV 71.78 120.8 215.18 -
System Red Green Blue C M Y K H S L
Decimal 194 12 59 0 0.94 0.70 0.24 344.51 0.88 0.4
Hex C2 C 3B 0 5E 46 18 159 58 28
Octal 302 14 73 0 136 106 30 531 130 50
Binary 11000010 1100 111011 0 1011110 1000110 11000 101011001 1011000 101000

Color Harmonies of #C20C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20C3B

Black with #C20C3B

Text Example


Text Example

White with #C20C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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