Html Css Color HEX #C7213B Cardinal

📋 copy color: '#C7213B'

red 199 ◦ green 33 ◦ blue 59

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

Shades of Cardinal #C7213B

Tints of Cardinal #C7213B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.27%

R = 68.38%
G = 11.34%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7213B (or 0xC7213B) is known color: Cardinal. HEX triplet: C7, 21 and 3B. RGB value is (199,33,59). Sum of RGB (Red+Green+Blue) = 199+33+59=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 59 (23.44% from 255 or 20.27% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C7213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7213B is #38DEC4. Grayscale: #555555. Windows color (decimal): -3727045 or 3875271. OLE color: 3875271.

HSL color Cylindrical-coordinate representation of color #C7213B: hue angle of 350.6º 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 #C7213B is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 33 59 -
CMYK 0 0.83 0.70 0.22
HSL 350.6º 0.72% 0.45% -
HSV(B) 350.6º 0.83% 0.78% -
XYZ 24.89 13.55 5.44 -
YUV 85.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 199 33 59 0 0.83 0.70 0.22 350.6 0.72 0.45
Hex C7 21 3B 0 53 46 16 15F 48 2D
Octal 307 41 73 0 123 106 26 537 110 55
Binary 11000111 100001 111011 0 1010011 1000110 10110 101011111 1001000 101101

Color Harmonies of #C7213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7213B

Black with #C7213B

Text Example


Text Example

White with #C7213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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