Html Css Color HEX #C22739 Cardinal

📋 copy color: '#C22739'

red 194 ◦ green 39 ◦ blue 57

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

Shades of Cardinal #C22739

Tints of Cardinal #C22739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.45%

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

R = 66.9%
G = 13.45%
B = 19.66%

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

#C22739 (or 0xC22739) is known color: Cardinal. HEX triplet: C2, 27 and 39. RGB value is (194,39,57). Sum of RGB (Red+Green+Blue) = 194+39+57=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C22739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22739 is #3DD8C6. Grayscale: #575757. Windows color (decimal): -4053191 or 3745730. OLE color: 3745730.

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

Color convert

RGB 194 39 57 -
CMYK 0 0.80 0.71 0.24
HSL 353.03º 0.67% 0.46% -
HSV(B) 353.03º 0.8% 0.76% -
XYZ 23.71 13.22 5.17 -
YUV 87.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 194 39 57 0 0.80 0.71 0.24 353.03 0.67 0.46
Hex C2 27 39 0 50 47 18 161 43 2E
Octal 302 47 71 0 120 107 30 541 103 56
Binary 11000010 100111 111001 0 1010000 1000111 11000 101100001 1000011 101110

Color Harmonies of #C22739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22739

Black with #C22739

Text Example


Text Example

White with #C22739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22739; }

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

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

background-color css

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

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

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

border-color css

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

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

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