Html Css Color HEX #C22838 Cardinal

📋 copy color: '#C22838'

red 194 ◦ green 40 ◦ blue 56

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

Shades of Cardinal #C22838

Tints of Cardinal #C22838

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.79%

 BLUE value IS 56 (22.27% from 255) = 19.31%

R = 66.9%
G = 13.79%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C22838 (or 0xC22838) is known color: Cardinal. HEX triplet: C2, 28 and 38. RGB value is (194,40,56). Sum of RGB (Red+Green+Blue) = 194+40+56=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C22838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22838 is #3DD7C7. Grayscale: #575757. Windows color (decimal): -4052936 or 3680450. OLE color: 3680450.

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

Color convert

RGB 194 40 56 -
CMYK 0 0.79 0.71 0.24
HSL 353.77º 0.66% 0.46% -
HSV(B) 353.77º 0.79% 0.76% -
XYZ 23.72 13.27 5.05 -
YUV 87.87 110.02 203.7 -
System Red Green Blue C M Y K H S L
Decimal 194 40 56 0 0.79 0.71 0.24 353.77 0.66 0.46
Hex C2 28 38 0 4F 47 18 162 42 2E
Octal 302 50 70 0 117 107 30 542 102 56
Binary 11000010 101000 111000 0 1001111 1000111 11000 101100010 1000010 101110

Color Harmonies of #C22838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22838

Black with #C22838

Text Example


Text Example

White with #C22838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22838; }

 p { color: rgb(194,40,56); }

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

background-color css

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

 a { background-color: rgb(194,40,56); }

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

border-color css

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

 span { border-color: rgb(194,40,56); }

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