Html Css Color HEX #C22936 Cardinal

📋 copy color: '#C22936'

red 194 ◦ green 41 ◦ blue 54

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

Shades of Cardinal #C22936

Tints of Cardinal #C22936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.19%

 BLUE value IS 54 (21.48% from 255) = 18.69%

R = 67.13%
G = 14.19%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C22936 (or 0xC22936) is known color: Cardinal. HEX triplet: C2, 29 and 36. RGB value is (194,41,54). Sum of RGB (Red+Green+Blue) = 194+41+54=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 41 (16.41% from 255 or 14.19% from 289); Blue value is 54 (21.48% from 255 or 18.69% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C22936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22936 is #3DD6C9. Grayscale: #585858. Windows color (decimal): -4052682 or 3549634. OLE color: 3549634.

HSL color Cylindrical-coordinate representation of color #C22936: hue angle of 354.9º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22936 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 41 54 -
CMYK 0 0.79 0.72 0.24
HSL 354.9º 0.65% 0.46% -
HSV(B) 354.9º 0.79% 0.76% -
XYZ 23.71 13.32 4.81 -
YUV 88.23 108.69 203.44 -
System Red Green Blue C M Y K H S L
Decimal 194 41 54 0 0.79 0.72 0.24 354.9 0.65 0.46
Hex C2 29 36 0 4F 48 18 163 41 2E
Octal 302 51 66 0 117 110 30 543 101 56
Binary 11000010 101001 110110 0 1001111 1001000 11000 101100011 1000001 101110

Color Harmonies of #C22936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22936

Black with #C22936

Text Example


Text Example

White with #C22936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22936; }

 p { color: rgb(194,41,54); }

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

background-color css

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

 a { background-color: rgb(194,41,54); }

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

border-color css

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

 span { border-color: rgb(194,41,54); }

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