Html Css Color HEX #C8213A Cardinal

📋 copy color: '#C8213A'

red 200 ◦ green 33 ◦ blue 58

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

Shades of Cardinal #C8213A

Tints of Cardinal #C8213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.93%

R = 68.73%
G = 11.34%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8213A (or 0xC8213A) is known color: Cardinal. HEX triplet: C8, 21 and 3A. RGB value is (200,33,58). Sum of RGB (Red+Green+Blue) = 200+33+58=291 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.73% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 200 - color contains mainly: red. Hex color #C8213A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8213A is #37DEC5. Grayscale: #555555. Windows color (decimal): -3661510 or 3809736. OLE color: 3809736.

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

Color convert

RGB 200 33 58 -
CMYK 0 0.84 0.71 0.22
HSL 351.02º 0.72% 0.46% -
HSV(B) 351.02º 0.84% 0.78% -
XYZ 25.13 13.67 5.32 -
YUV 85.78 112.33 209.47 -
System Red Green Blue C M Y K H S L
Decimal 200 33 58 0 0.84 0.71 0.22 351.02 0.72 0.46
Hex C8 21 3A 0 54 47 16 15F 48 2E
Octal 310 41 72 0 124 107 26 537 110 56
Binary 11001000 100001 111010 0 1010100 1000111 10110 101011111 1001000 101110

Color Harmonies of #C8213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8213A

Black with #C8213A

Text Example


Text Example

White with #C8213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8213A; }

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

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

background-color css

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

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

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

border-color css

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

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

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