Html Css Color HEX #C22237 Cardinal

📋 copy color: '#C22237'

red 194 ◦ green 34 ◦ blue 55

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

Shades of Cardinal #C22237

Tints of Cardinal #C22237

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.01%

 BLUE value IS 55 (21.88% from 255) = 19.43%

R = 68.55%
G = 12.01%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C22237 (or 0xC22237) is known color: Cardinal. HEX triplet: C2, 22 and 37. RGB value is (194,34,55). Sum of RGB (Red+Green+Blue) = 194+34+55=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 34 (13.67% from 255 or 12.01% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C22237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22237 is #3DDDC8. Grayscale: #545454. Windows color (decimal): -4054473 or 3613378. OLE color: 3613378.

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

Color convert

RGB 194 34 55 -
CMYK 0 0.82 0.72 0.24
HSL 352.13º 0.7% 0.45% -
HSV(B) 352.13º 0.82% 0.76% -
XYZ 23.51 12.89 4.86 -
YUV 84.23 111.51 206.29 -
System Red Green Blue C M Y K H S L
Decimal 194 34 55 0 0.82 0.72 0.24 352.13 0.7 0.45
Hex C2 22 37 0 52 48 18 160 46 2D
Octal 302 42 67 0 122 110 30 540 106 55
Binary 11000010 100010 110111 0 1010010 1001000 11000 101100000 1000110 101101

Color Harmonies of #C22237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22237

Black with #C22237

Text Example


Text Example

White with #C22237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22237; }

 p { color: rgb(194,34,55); }

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

background-color css

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

 a { background-color: rgb(194,34,55); }

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

border-color css

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

 span { border-color: rgb(194,34,55); }

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