Html Css Color HEX #C8212D Cardinal

📋 copy color: '#C8212D'

red 200 ◦ green 33 ◦ blue 45

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

Shades of Cardinal #C8212D

Tints of Cardinal #C8212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.19%

R = 71.94%
G = 11.87%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8212D (or 0xC8212D) is known color: Cardinal. HEX triplet: C8, 21 and 2D. RGB value is (200,33,45). Sum of RGB (Red+Green+Blue) = 200+33+45=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C8212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8212D is #37DED2. Grayscale: #545454. Windows color (decimal): -3661523 or 2957768. OLE color: 2957768.

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

Color convert

RGB 200 33 45 -
CMYK 0 0.84 0.78 0.22
HSL 355.69º 0.72% 0.46% -
HSV(B) 355.69º 0.84% 0.78% -
XYZ 24.84 13.56 3.79 -
YUV 84.3 105.83 210.52 -
System Red Green Blue C M Y K H S L
Decimal 200 33 45 0 0.84 0.78 0.22 355.69 0.72 0.46
Hex C8 21 2D 0 54 4E 16 164 48 2E
Octal 310 41 55 0 124 116 26 544 110 56
Binary 11001000 100001 101101 0 1010100 1001110 10110 101100100 1001000 101110

Color Harmonies of #C8212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8212D

Black with #C8212D

Text Example


Text Example

White with #C8212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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