Html Css Color HEX #C21546 Cardinal

📋 copy color: '#C21546'

red 194 ◦ green 21 ◦ blue 70

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

Shades of Cardinal #C21546

Tints of Cardinal #C21546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 68.07%
G = 7.37%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C21546 (or 0xC21546) is known color: Cardinal. HEX triplet: C2, 15 and 46. RGB value is (194,21,70). Sum of RGB (Red+Green+Blue) = 194+21+70=285 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.07% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 194 - color contains mainly: red. Hex color #C21546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21546 is #3DEAB9. Grayscale: #4E4E4E. Windows color (decimal): -4057786 or 4593090. OLE color: 4593090.

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

Color convert

RGB 194 21 70 -
CMYK 0 0.89 0.64 0.24
HSL 343.01º 0.8% 0.42% -
HSV(B) 343.01º 0.89% 0.76% -
XYZ 23.62 12.45 6.95 -
YUV 78.31 123.31 210.52 -
System Red Green Blue C M Y K H S L
Decimal 194 21 70 0 0.89 0.64 0.24 343.01 0.8 0.42
Hex C2 15 46 0 59 40 18 157 50 2A
Octal 302 25 106 0 131 100 30 527 120 52
Binary 11000010 10101 1000110 0 1011001 1000000 11000 101010111 1010000 101010

Color Harmonies of #C21546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21546

Black with #C21546

Text Example


Text Example

White with #C21546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21546; }

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

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

background-color css

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

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

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

border-color css

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

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

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