Html Css Color HEX #C22144 Cardinal

📋 copy color: '#C22144'

red 194 ◦ green 33 ◦ blue 68

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

Shades of Cardinal #C22144

Tints of Cardinal #C22144

RGB

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

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

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

R = 65.76%
G = 11.19%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C22144 (or 0xC22144) is known color: Cardinal. HEX triplet: C2, 21 and 44. RGB value is (194,33,68). Sum of RGB (Red+Green+Blue) = 194+33+68=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C22144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22144 is #3DDEBB. Grayscale: #555555. Windows color (decimal): -4054716 or 4465090. OLE color: 4465090.

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

Color convert

RGB 194 33 68 -
CMYK 0 0.83 0.65 0.24
HSL 346.96º 0.71% 0.45% -
HSV(B) 346.96º 0.83% 0.76% -
XYZ 23.84 12.97 6.72 -
YUV 85.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 194 33 68 0 0.83 0.65 0.24 346.96 0.71 0.45
Hex C2 21 44 0 53 41 18 15B 47 2D
Octal 302 41 104 0 123 101 30 533 107 55
Binary 11000010 100001 1000100 0 1010011 1000001 11000 101011011 1000111 101101

Color Harmonies of #C22144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22144

Black with #C22144

Text Example


Text Example

White with #C22144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22144; }

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

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

background-color css

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

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

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

border-color css

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

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

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