Html Css Color HEX #C22639 Cardinal

📋 copy color: '#C22639'

red 194 ◦ green 38 ◦ blue 57

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

Shades of Cardinal #C22639

Tints of Cardinal #C22639

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.15%

 BLUE value IS 57 (22.66% from 255) = 19.72%

R = 67.13%
G = 13.15%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C22639 (or 0xC22639) is known color: Cardinal. HEX triplet: C2, 26 and 39. RGB value is (194,38,57). Sum of RGB (Red+Green+Blue) = 194+38+57=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C22639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22639 is #3DD9C6. Grayscale: #565656. Windows color (decimal): -4053447 or 3745474. OLE color: 3745474.

HSL color Cylindrical-coordinate representation of color #C22639: hue angle of 352.69º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22639 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 57 -
CMYK 0 0.80 0.71 0.24
HSL 352.69º 0.67% 0.45% -
HSV(B) 352.69º 0.8% 0.76% -
XYZ 23.68 13.15 5.16 -
YUV 86.81 111.18 204.46 -
System Red Green Blue C M Y K H S L
Decimal 194 38 57 0 0.80 0.71 0.24 352.69 0.67 0.45
Hex C2 26 39 0 50 47 18 161 43 2D
Octal 302 46 71 0 120 107 30 541 103 55
Binary 11000010 100110 111001 0 1010000 1000111 11000 101100001 1000011 101101

Color Harmonies of #C22639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22639

Black with #C22639

Text Example


Text Example

White with #C22639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22639; }

 p { color: rgb(194,38,57); }

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

background-color css

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

 a { background-color: rgb(194,38,57); }

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

border-color css

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

 span { border-color: rgb(194,38,57); }

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