Html Css Color HEX #C21032 Cardinal

📋 copy color: '#C21032'

red 194 ◦ green 16 ◦ blue 50

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

Shades of Cardinal #C21032

Tints of Cardinal #C21032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.15%

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

R = 74.62%
G = 6.15%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C21032 (or 0xC21032) is known color: Cardinal. HEX triplet: C2, 10 and 32. RGB value is (194,16,50). Sum of RGB (Red+Green+Blue) = 194+16+50=260 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.62% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 194 - color contains mainly: red. Hex color #C21032 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21032 is #3DEFCD. Grayscale: #494949. Windows color (decimal): -4059086 or 3281090. OLE color: 3281090.

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

Color convert

RGB 194 16 50 -
CMYK 0 0.92 0.74 0.24
HSL 348.54º 0.85% 0.41% -
HSV(B) 348.54º 0.92% 0.76% -
XYZ 23.01 12.07 4.13 -
YUV 73.1 114.97 214.24 -
System Red Green Blue C M Y K H S L
Decimal 194 16 50 0 0.92 0.74 0.24 348.54 0.85 0.41
Hex C2 10 32 0 5C 4A 18 15D 55 29
Octal 302 20 62 0 134 112 30 535 125 51
Binary 11000010 10000 110010 0 1011100 1001010 11000 101011101 1010101 101001

Color Harmonies of #C21032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21032

Black with #C21032

Text Example


Text Example

White with #C21032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21032; }

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

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

background-color css

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

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

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

border-color css

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

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

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