Html Css Color HEX #C8223D Cardinal

📋 copy color: '#C8223D'

red 200 ◦ green 34 ◦ blue 61

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

Shades of Cardinal #C8223D

Tints of Cardinal #C8223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.53%

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

R = 67.8%
G = 11.53%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8223D (or 0xC8223D) is known color: Cardinal. HEX triplet: C8, 22 and 3D. RGB value is (200,34,61). Sum of RGB (Red+Green+Blue) = 200+34+61=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8223D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8223D is #37DDC2. Grayscale: #565656. Windows color (decimal): -3661251 or 4006600. OLE color: 4006600.

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

Color convert

RGB 200 34 61 -
CMYK 0 0.83 0.69 0.22
HSL 350.24º 0.71% 0.46% -
HSV(B) 350.24º 0.83% 0.78% -
XYZ 25.23 13.76 5.74 -
YUV 86.71 113.5 208.8 -
System Red Green Blue C M Y K H S L
Decimal 200 34 61 0 0.83 0.69 0.22 350.24 0.71 0.46
Hex C8 22 3D 0 53 45 16 15E 47 2E
Octal 310 42 75 0 123 105 26 536 107 56
Binary 11001000 100010 111101 0 1010011 1000101 10110 101011110 1000111 101110

Color Harmonies of #C8223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8223D

Black with #C8223D

Text Example


Text Example

White with #C8223D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8223D; }

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

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

background-color css

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

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

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

border-color css

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

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

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