Html Css Color HEX #C21332 Cardinal

📋 copy color: '#C21332'

red 194 ◦ green 19 ◦ blue 50

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

Shades of Cardinal #C21332

Tints of Cardinal #C21332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.22%

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

R = 73.76%
G = 7.22%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C21332 (or 0xC21332) is known color: Cardinal. HEX triplet: C2, 13 and 32. RGB value is (194,19,50). Sum of RGB (Red+Green+Blue) = 194+19+50=263 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.76% from 263); Green value is 19 (7.81% from 255 or 7.22% from 263); Blue value is 50 (19.92% from 255 or 19.01% from 263); Max value from RGB is 194 - color contains mainly: red. Hex color #C21332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21332 is #3DECCD. Grayscale: #4A4A4A. Windows color (decimal): -4058318 or 3281858. OLE color: 3281858.

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

Color convert

RGB 194 19 50 -
CMYK 0 0.90 0.74 0.24
HSL 349.37º 0.82% 0.42% -
HSV(B) 349.37º 0.9% 0.76% -
XYZ 23.06 12.17 4.15 -
YUV 74.86 113.98 212.98 -
System Red Green Blue C M Y K H S L
Decimal 194 19 50 0 0.90 0.74 0.24 349.37 0.82 0.42
Hex C2 13 32 0 5A 4A 18 15D 52 2A
Octal 302 23 62 0 132 112 30 535 122 52
Binary 11000010 10011 110010 0 1011010 1001010 11000 101011101 1010010 101010

Color Harmonies of #C21332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21332

Black with #C21332

Text Example


Text Example

White with #C21332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21332; }

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

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

background-color css

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

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

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

border-color css

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

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

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