Html Css Color HEX #C22132 Cardinal

📋 copy color: '#C22132'

red 194 ◦ green 33 ◦ blue 50

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

Shades of Cardinal #C22132

Tints of Cardinal #C22132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.05%

R = 70.04%
G = 11.91%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C22132 (or 0xC22132) is known color: Cardinal. HEX triplet: C2, 21 and 32. RGB value is (194,33,50). Sum of RGB (Red+Green+Blue) = 194+33+50=277 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.04% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 194 - color contains mainly: red. Hex color #C22132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22132 is #3DDECD. Grayscale: #535353. Windows color (decimal): -4054734 or 3285442. OLE color: 3285442.

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

Color convert

RGB 194 33 50 -
CMYK 0 0.83 0.74 0.24
HSL 353.66º 0.71% 0.45% -
HSV(B) 353.66º 0.83% 0.76% -
XYZ 23.37 12.79 4.25 -
YUV 83.08 109.34 207.12 -
System Red Green Blue C M Y K H S L
Decimal 194 33 50 0 0.83 0.74 0.24 353.66 0.71 0.45
Hex C2 21 32 0 53 4A 18 162 47 2D
Octal 302 41 62 0 123 112 30 542 107 55
Binary 11000010 100001 110010 0 1010011 1001010 11000 101100010 1000111 101101

Color Harmonies of #C22132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22132

Black with #C22132

Text Example


Text Example

White with #C22132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22132; }

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

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

background-color css

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

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

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

border-color css

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

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

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