Html Css Color HEX #C21543 Cardinal

📋 copy color: '#C21543'

red 194 ◦ green 21 ◦ blue 67

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

Shades of Cardinal #C21543

Tints of Cardinal #C21543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.76%

R = 68.79%
G = 7.45%
B = 23.76%

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

#C21543 (or 0xC21543) is known color: Cardinal. HEX triplet: C2, 15 and 43. RGB value is (194,21,67). Sum of RGB (Red+Green+Blue) = 194+21+67=282 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.79% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 194 - color contains mainly: red. Hex color #C21543 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21543 is #3DEABC. Grayscale: #4D4D4D. Windows color (decimal): -4057789 or 4396482. OLE color: 4396482.

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

Color convert

RGB 194 21 67 -
CMYK 0 0.89 0.65 0.24
HSL 344.05º 0.8% 0.42% -
HSV(B) 344.05º 0.89% 0.76% -
XYZ 23.53 12.41 6.47 -
YUV 77.97 121.81 210.76 -
System Red Green Blue C M Y K H S L
Decimal 194 21 67 0 0.89 0.65 0.24 344.05 0.8 0.42
Hex C2 15 43 0 59 41 18 158 50 2A
Octal 302 25 103 0 131 101 30 530 120 52
Binary 11000010 10101 1000011 0 1011001 1000001 11000 101011000 1010000 101010

Color Harmonies of #C21543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21543

Black with #C21543

Text Example


Text Example

White with #C21543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21543; }

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

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

background-color css

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

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

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

border-color css

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

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

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