Html Css Color HEX #C8213E Cardinal

📋 copy color: '#C8213E'

red 200 ◦ green 33 ◦ blue 62

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

Shades of Cardinal #C8213E

Tints of Cardinal #C8213E

RGB

 RED value IS 200 (78.52% from 255) = 67.8%

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

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

R = 67.8%
G = 11.19%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8213E (or 0xC8213E) is known color: Cardinal. HEX triplet: C8, 21 and 3E. RGB value is (200,33,62). Sum of RGB (Red+Green+Blue) = 200+33+62=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8213E is #37DEC1. Grayscale: #565656. Windows color (decimal): -3661506 or 4071880. OLE color: 4071880.

HSL color Cylindrical-coordinate representation of color #C8213E: hue angle of 349.58º degrees, saturation: 0.72, 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 #C8213E is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 33 62 -
CMYK 0 0.84 0.69 0.22
HSL 349.58º 0.72% 0.46% -
HSV(B) 349.58º 0.84% 0.78% -
XYZ 25.23 13.71 5.87 -
YUV 86.24 114.33 209.14 -
System Red Green Blue C M Y K H S L
Decimal 200 33 62 0 0.84 0.69 0.22 349.58 0.72 0.46
Hex C8 21 3E 0 54 45 16 15E 48 2E
Octal 310 41 76 0 124 105 26 536 110 56
Binary 11001000 100001 111110 0 1010100 1000101 10110 101011110 1001000 101110

Color Harmonies of #C8213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8213E

Black with #C8213E

Text Example


Text Example

White with #C8213E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8213E; }

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

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

background-color css

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

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

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

border-color css

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

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

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