Html Css Color HEX #C21346 Cardinal

📋 copy color: '#C21346'

red 194 ◦ green 19 ◦ blue 70

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

Shades of Cardinal #C21346

Tints of Cardinal #C21346

RGB

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

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

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

R = 68.55%
G = 6.71%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C21346 (or 0xC21346) is known color: Cardinal. HEX triplet: C2, 13 and 46. RGB value is (194,19,70). Sum of RGB (Red+Green+Blue) = 194+19+70=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 70 (27.73% from 255 or 24.73% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C21346 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21346 is #3DECB9. Grayscale: #4D4D4D. Windows color (decimal): -4058298 or 4592578. OLE color: 4592578.

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

Color convert

RGB 194 19 70 -
CMYK 0 0.90 0.64 0.24
HSL 342.51º 0.82% 0.42% -
HSV(B) 342.51º 0.9% 0.76% -
XYZ 23.59 12.38 6.94 -
YUV 77.14 123.98 211.35 -
System Red Green Blue C M Y K H S L
Decimal 194 19 70 0 0.90 0.64 0.24 342.51 0.82 0.42
Hex C2 13 46 0 5A 40 18 157 52 2A
Octal 302 23 106 0 132 100 30 527 122 52
Binary 11000010 10011 1000110 0 1011010 1000000 11000 101010111 1010010 101010

Color Harmonies of #C21346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21346

Black with #C21346

Text Example


Text Example

White with #C21346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21346; }

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

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

background-color css

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

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

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

border-color css

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

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

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