Html Css Color HEX #C21532 Cardinal

📋 copy color: '#C21532'

red 194 ◦ green 21 ◦ blue 50

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

Shades of Cardinal #C21532

Tints of Cardinal #C21532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.92%

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

R = 73.21%
G = 7.92%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C21532 (or 0xC21532) is known color: Cardinal. HEX triplet: C2, 15 and 32. RGB value is (194,21,50). Sum of RGB (Red+Green+Blue) = 194+21+50=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 21 (8.59% from 255 or 7.92% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C21532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21532 is #3DEACD. Grayscale: #4C4C4C. Windows color (decimal): -4057806 or 3282370. OLE color: 3282370.

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

Color convert

RGB 194 21 50 -
CMYK 0 0.89 0.74 0.24
HSL 349.94º 0.8% 0.42% -
HSV(B) 349.94º 0.89% 0.76% -
XYZ 23.09 12.24 4.16 -
YUV 76.03 113.31 212.14 -
System Red Green Blue C M Y K H S L
Decimal 194 21 50 0 0.89 0.74 0.24 349.94 0.8 0.42
Hex C2 15 32 0 59 4A 18 15E 50 2A
Octal 302 25 62 0 131 112 30 536 120 52
Binary 11000010 10101 110010 0 1011001 1001010 11000 101011110 1010000 101010

Color Harmonies of #C21532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21532

Black with #C21532

Text Example


Text Example

White with #C21532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21532; }

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

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

background-color css

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

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

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

border-color css

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

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

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