Html Css Color HEX #C22342 Cardinal

📋 copy color: '#C22342'

red 194 ◦ green 35 ◦ blue 66

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

Shades of Cardinal #C22342

Tints of Cardinal #C22342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.37%

R = 65.76%
G = 11.86%
B = 22.37%

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

#C22342 (or 0xC22342) is known color: Cardinal. HEX triplet: C2, 23 and 42. RGB value is (194,35,66). Sum of RGB (Red+Green+Blue) = 194+35+66=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 66 (26.17% from 255 or 22.37% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C22342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22342 is #3DDCBD. Grayscale: #565656. Windows color (decimal): -4054206 or 4334530. OLE color: 4334530.

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

Color convert

RGB 194 35 66 -
CMYK 0 0.82 0.66 0.24
HSL 348.3º 0.69% 0.45% -
HSV(B) 348.3º 0.82% 0.76% -
XYZ 23.83 13.06 6.42 -
YUV 86.08 116.68 204.98 -
System Red Green Blue C M Y K H S L
Decimal 194 35 66 0 0.82 0.66 0.24 348.3 0.69 0.45
Hex C2 23 42 0 52 42 18 15C 45 2D
Octal 302 43 102 0 122 102 30 534 105 55
Binary 11000010 100011 1000010 0 1010010 1000010 11000 101011100 1000101 101101

Color Harmonies of #C22342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22342

Black with #C22342

Text Example


Text Example

White with #C22342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22342; }

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

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

background-color css

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

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

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

border-color css

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

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

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