Html Css Color HEX #C8213D Cardinal

📋 copy color: '#C8213D'

red 200 ◦ green 33 ◦ blue 61

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

Shades of Cardinal #C8213D

Tints of Cardinal #C8213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 68.03%
G = 11.22%
B = 20.75%

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

#C8213D (or 0xC8213D) is known color: Cardinal. HEX triplet: C8, 21 and 3D. RGB value is (200,33,61). Sum of RGB (Red+Green+Blue) = 200+33+61=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8213D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8213D is #37DEC2. Grayscale: #565656. Windows color (decimal): -3661507 or 4006344. OLE color: 4006344.

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

Color convert

RGB 200 33 61 -
CMYK 0 0.84 0.69 0.22
HSL 349.94º 0.72% 0.46% -
HSV(B) 349.94º 0.84% 0.78% -
XYZ 25.21 13.7 5.73 -
YUV 86.13 113.83 209.22 -
System Red Green Blue C M Y K H S L
Decimal 200 33 61 0 0.84 0.69 0.22 349.94 0.72 0.46
Hex C8 21 3D 0 54 45 16 15E 48 2E
Octal 310 41 75 0 124 105 26 536 110 56
Binary 11001000 100001 111101 0 1010100 1000101 10110 101011110 1001000 101110

Color Harmonies of #C8213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8213D

Black with #C8213D

Text Example


Text Example

White with #C8213D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8213D; }

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

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

background-color css

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

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

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

border-color css

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

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

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