Html Css Color HEX #C22241 Cardinal

📋 copy color: '#C22241'

red 194 ◦ green 34 ◦ blue 65

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

Shades of Cardinal #C22241

Tints of Cardinal #C22241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 66.21%
G = 11.6%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C22241 (or 0xC22241) is known color: Cardinal. HEX triplet: C2, 22 and 41. RGB value is (194,34,65). Sum of RGB (Red+Green+Blue) = 194+34+65=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C22241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22241 is #3DDDBE. Grayscale: #555555. Windows color (decimal): -4054463 or 4268738. OLE color: 4268738.

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

Color convert

RGB 194 34 65 -
CMYK 0 0.82 0.66 0.24
HSL 348.38º 0.7% 0.45% -
HSV(B) 348.38º 0.82% 0.76% -
XYZ 23.77 13 6.26 -
YUV 85.37 116.51 205.48 -
System Red Green Blue C M Y K H S L
Decimal 194 34 65 0 0.82 0.66 0.24 348.38 0.7 0.45
Hex C2 22 41 0 52 42 18 15C 46 2D
Octal 302 42 101 0 122 102 30 534 106 55
Binary 11000010 100010 1000001 0 1010010 1000010 11000 101011100 1000110 101101

Color Harmonies of #C22241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22241

Black with #C22241

Text Example


Text Example

White with #C22241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22241; }

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

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

background-color css

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

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

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

border-color css

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

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

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