Html Css Color HEX #C21544 Cardinal

📋 copy color: '#C21544'

red 194 ◦ green 21 ◦ blue 68

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

Shades of Cardinal #C21544

Tints of Cardinal #C21544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.03%

R = 68.55%
G = 7.42%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C21544 (or 0xC21544) is known color: Cardinal. HEX triplet: C2, 15 and 44. RGB value is (194,21,68). Sum of RGB (Red+Green+Blue) = 194+21+68=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 21 (8.59% from 255 or 7.42% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C21544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21544 is #3DEABB. Grayscale: #4E4E4E. Windows color (decimal): -4057788 or 4462018. OLE color: 4462018.

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

Color convert

RGB 194 21 68 -
CMYK 0 0.89 0.65 0.24
HSL 343.7º 0.8% 0.42% -
HSV(B) 343.7º 0.89% 0.76% -
XYZ 23.56 12.42 6.62 -
YUV 78.09 122.31 210.68 -
System Red Green Blue C M Y K H S L
Decimal 194 21 68 0 0.89 0.65 0.24 343.7 0.8 0.42
Hex C2 15 44 0 59 41 18 158 50 2A
Octal 302 25 104 0 131 101 30 530 120 52
Binary 11000010 10101 1000100 0 1011001 1000001 11000 101011000 1010000 101010

Color Harmonies of #C21544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21544

Black with #C21544

Text Example


Text Example

White with #C21544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21544; }

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

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

background-color css

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

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

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

border-color css

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

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

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