Html Css Color HEX #C7223E Cardinal

📋 copy color: '#C7223E'

red 199 ◦ green 34 ◦ blue 62

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

Shades of Cardinal #C7223E

Tints of Cardinal #C7223E

RGB

 RED value IS 199 (78.13% from 255) = 67.46%

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

 BLUE value IS 62 (24.61% from 255) = 21.02%

R = 67.46%
G = 11.53%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7223E (or 0xC7223E) is known color: Cardinal. HEX triplet: C7, 22 and 3E. RGB value is (199,34,62). Sum of RGB (Red+Green+Blue) = 199+34+62=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7223E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7223E is #38DDC1. Grayscale: #565656. Windows color (decimal): -3726786 or 4072135. OLE color: 4072135.

HSL color Cylindrical-coordinate representation of color #C7223E: hue angle of 349.82º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C7223E is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 34 62 -
CMYK 0 0.83 0.69 0.22
HSL 349.82º 0.71% 0.46% -
HSV(B) 349.82º 0.83% 0.78% -
XYZ 24.99 13.63 5.87 -
YUV 86.53 114.16 208.22 -
System Red Green Blue C M Y K H S L
Decimal 199 34 62 0 0.83 0.69 0.22 349.82 0.71 0.46
Hex C7 22 3E 0 53 45 16 15E 47 2E
Octal 307 42 76 0 123 105 26 536 107 56
Binary 11000111 100010 111110 0 1010011 1000101 10110 101011110 1000111 101110

Color Harmonies of #C7223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7223E

Black with #C7223E

Text Example


Text Example

White with #C7223E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7223E; }

 p { color: rgb(199,34,62); }

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

background-color css

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

 a { background-color: rgb(199,34,62); }

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

border-color css

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

 span { border-color: rgb(199,34,62); }

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