Html Css Color HEX #C5222E Cardinal

📋 copy color: '#C5222E'

red 197 ◦ green 34 ◦ blue 46

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

Shades of Cardinal #C5222E

Tints of Cardinal #C5222E

RGB

 RED value IS 197 (77.34% from 255) = 71.12%

 GREEN value IS 34 (13.67% from 255) = 12.27%

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 71.12%
G = 12.27%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5222E (or 0xC5222E) is known color: Cardinal. HEX triplet: C5, 22 and 2E. RGB value is (197,34,46). Sum of RGB (Red+Green+Blue) = 197+34+46=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5222E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5222E is #3ADDD1. Grayscale: #545454. Windows color (decimal): -3857874 or 3023557. OLE color: 3023557.

HSL color Cylindrical-coordinate representation of color #C5222E: hue angle of 355.58º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C5222E is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 34 46 -
CMYK 0 0.83 0.77 0.23
HSL 355.58º 0.71% 0.45% -
HSV(B) 355.58º 0.83% 0.77% -
XYZ 24.09 13.21 3.87 -
YUV 84.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 197 34 46 0 0.83 0.77 0.23 355.58 0.71 0.45
Hex C5 22 2E 0 53 4D 17 164 47 2D
Octal 305 42 56 0 123 115 27 544 107 55
Binary 11000101 100010 101110 0 1010011 1001101 10111 101100100 1000111 101101

Color Harmonies of #C5222E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5222E

Black with #C5222E

Text Example


Text Example

White with #C5222E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5222E; }

 p { color: rgb(197,34,46); }

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

background-color css

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

 a { background-color: rgb(197,34,46); }

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

border-color css

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

 span { border-color: rgb(197,34,46); }

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