Html Css Color HEX #C7213E Cardinal

📋 copy color: '#C7213E'

red 199 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #C7213E

Tints of Cardinal #C7213E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.22%

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

R = 67.69%
G = 11.22%
B = 21.09%

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

#C7213E (or 0xC7213E) is known color: Cardinal. HEX triplet: C7, 21 and 3E. RGB value is (199,33,62). Sum of RGB (Red+Green+Blue) = 199+33+62=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7213E is #38DEC1. Grayscale: #555555. Windows color (decimal): -3727042 or 4071879. OLE color: 4071879.

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

Color convert

RGB 199 33 62 -
CMYK 0 0.83 0.69 0.22
HSL 349.52º 0.72% 0.45% -
HSV(B) 349.52º 0.83% 0.78% -
XYZ 24.97 13.58 5.86 -
YUV 85.94 114.5 208.64 -
System Red Green Blue C M Y K H S L
Decimal 199 33 62 0 0.83 0.69 0.22 349.52 0.72 0.45
Hex C7 21 3E 0 53 45 16 15E 48 2D
Octal 307 41 76 0 123 105 26 536 110 55
Binary 11000111 100001 111110 0 1010011 1000101 10110 101011110 1001000 101101

Color Harmonies of #C7213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7213E

Black with #C7213E

Text Example


Text Example

White with #C7213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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