Html Css Color HEX #C22636 Cardinal

📋 copy color: '#C22636'

red 194 ◦ green 38 ◦ blue 54

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

Shades of Cardinal #C22636

Tints of Cardinal #C22636

RGB

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

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

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

R = 67.83%
G = 13.29%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C22636 (or 0xC22636) is known color: Cardinal. HEX triplet: C2, 26 and 36. RGB value is (194,38,54). Sum of RGB (Red+Green+Blue) = 194+38+54=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C22636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22636 is #3DD9C9. Grayscale: #565656. Windows color (decimal): -4053450 or 3548866. OLE color: 3548866.

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

Color convert

RGB 194 38 54 -
CMYK 0 0.80 0.72 0.24
HSL 353.85º 0.67% 0.45% -
HSV(B) 353.85º 0.8% 0.76% -
XYZ 23.61 13.12 4.78 -
YUV 86.47 109.68 204.7 -
System Red Green Blue C M Y K H S L
Decimal 194 38 54 0 0.80 0.72 0.24 353.85 0.67 0.45
Hex C2 26 36 0 50 48 18 162 43 2D
Octal 302 46 66 0 120 110 30 542 103 55
Binary 11000010 100110 110110 0 1010000 1001000 11000 101100010 1000011 101101

Color Harmonies of #C22636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22636

Black with #C22636

Text Example


Text Example

White with #C22636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22636; }

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

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

background-color css

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

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

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

border-color css

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

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

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