Html Css Color HEX #C22146 Cardinal

📋 copy color: '#C22146'

red 194 ◦ green 33 ◦ blue 70

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

Shades of Cardinal #C22146

Tints of Cardinal #C22146

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.11%

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

R = 65.32%
G = 11.11%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C22146 (or 0xC22146) is known color: Cardinal. HEX triplet: C2, 21 and 46. RGB value is (194,33,70). Sum of RGB (Red+Green+Blue) = 194+33+70=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C22146 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22146 is #3DDEB9. Grayscale: #555555. Windows color (decimal): -4054714 or 4596162. OLE color: 4596162.

HSL color Cylindrical-coordinate representation of color #C22146: hue angle of 346.21º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C22146 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 33 70 -
CMYK 0 0.83 0.64 0.24
HSL 346.21º 0.71% 0.45% -
HSV(B) 346.21º 0.83% 0.76% -
XYZ 23.9 13 7.04 -
YUV 85.36 119.34 205.49 -
System Red Green Blue C M Y K H S L
Decimal 194 33 70 0 0.83 0.64 0.24 346.21 0.71 0.45
Hex C2 21 46 0 53 40 18 15A 47 2D
Octal 302 41 106 0 123 100 30 532 107 55
Binary 11000010 100001 1000110 0 1010011 1000000 11000 101011010 1000111 101101

Color Harmonies of #C22146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22146

Black with #C22146

Text Example


Text Example

White with #C22146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22146; }

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

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

background-color css

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

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

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

border-color css

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

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

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