Html Css Color HEX #C20032 Cardinal

📋 copy color: '#C20032'

red 194 ◦ green 0 ◦ blue 50

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

Shades of Cardinal #C20032

Tints of Cardinal #C20032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 20.49%

R = 79.51%
G = 0%
B = 20.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C20032 (or 0xC20032) is known color: Cardinal. HEX triplet: C2, 00 and 32. RGB value is (194,0,50). Sum of RGB (Red+Green+Blue) = 194+0+50=244 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.51% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 194 - color contains mainly: red. Hex color #C20032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20032 is #3DFFCD. Grayscale: #3F3F3F. Windows color (decimal): -4063182 or 3276994. OLE color: 3276994.

HSL color Cylindrical-coordinate representation of color #C20032: hue angle of 344.54º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20032 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 50 -
CMYK 0 1 0.74 0.24
HSL 344.54º 1% 0.38% -
HSV(B) 344.54º 1% 0.76% -
XYZ 22.82 11.7 4.07 -
YUV 63.71 120.27 220.93 -
System Red Green Blue C M Y K H S L
Decimal 194 0 50 0 1 0.74 0.24 344.54 1 0.38
Hex C2 0 32 0 64 4A 18 159 64 26
Octal 302 0 62 0 144 112 30 531 144 46
Binary 11000010 0 110010 0 1100100 1001010 11000 101011001 1100100 100110

Color Harmonies of #C20032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20032

Black with #C20032

Text Example


Text Example

White with #C20032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20032; }

 p { color: rgb(194,0,50); }

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

background-color css

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

 a { background-color: rgb(194,0,50); }

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

border-color css

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

 span { border-color: rgb(194,0,50); }

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