Html Css Color HEX #C22343 Cardinal

📋 copy color: '#C22343'

red 194 ◦ green 35 ◦ blue 67

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

Shades of Cardinal #C22343

Tints of Cardinal #C22343

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

 BLUE value IS 67 (26.56% from 255) = 22.64%

R = 65.54%
G = 11.82%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C22343 (or 0xC22343) is known color: Cardinal. HEX triplet: C2, 23 and 43. RGB value is (194,35,67). Sum of RGB (Red+Green+Blue) = 194+35+67=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C22343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22343 is #3DDCBC. Grayscale: #565656. Windows color (decimal): -4054205 or 4400066. OLE color: 4400066.

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

Color convert

RGB 194 35 67 -
CMYK 0 0.82 0.65 0.24
HSL 347.92º 0.69% 0.45% -
HSV(B) 347.92º 0.82% 0.76% -
XYZ 23.86 13.08 6.58 -
YUV 86.19 117.18 204.9 -
System Red Green Blue C M Y K H S L
Decimal 194 35 67 0 0.82 0.65 0.24 347.92 0.69 0.45
Hex C2 23 43 0 52 41 18 15C 45 2D
Octal 302 43 103 0 122 101 30 534 105 55
Binary 11000010 100011 1000011 0 1010010 1000001 11000 101011100 1000101 101101

Color Harmonies of #C22343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22343

Black with #C22343

Text Example


Text Example

White with #C22343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22343; }

 p { color: rgb(194,35,67); }

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

background-color css

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

 a { background-color: rgb(194,35,67); }

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

border-color css

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

 span { border-color: rgb(194,35,67); }

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