Html Css Color HEX #C8163F Cardinal

📋 copy color: '#C8163F'

red 200 ◦ green 22 ◦ blue 63

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

Shades of Cardinal #C8163F

Tints of Cardinal #C8163F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.72%

 BLUE value IS 63 (25% from 255) = 22.11%

R = 70.18%
G = 7.72%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C8163F (or 0xC8163F) is known color: Cardinal. HEX triplet: C8, 16 and 3F. RGB value is (200,22,63). Sum of RGB (Red+Green+Blue) = 200+22+63=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C8163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8163F is #37E9C0. Grayscale: #4F4F4F. Windows color (decimal): -3664321 or 4134600. OLE color: 4134600.

HSL color Cylindrical-coordinate representation of color #C8163F: hue angle of 346.18º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8163F is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 22 63 -
CMYK 0 0.89 0.68 0.22
HSL 346.18º 0.8% 0.44% -
HSV(B) 346.18º 0.89% 0.78% -
XYZ 25 13.21 5.93 -
YUV 79.9 118.47 213.67 -
System Red Green Blue C M Y K H S L
Decimal 200 22 63 0 0.89 0.68 0.22 346.18 0.8 0.44
Hex C8 16 3F 0 59 44 16 15A 50 2C
Octal 310 26 77 0 131 104 26 532 120 54
Binary 11001000 10110 111111 0 1011001 1000100 10110 101011010 1010000 101100

Color Harmonies of #C8163F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8163F

Black with #C8163F

Text Example


Text Example

White with #C8163F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8163F; }

 p { color: rgb(200,22,63); }

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

background-color css

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

 a { background-color: rgb(200,22,63); }

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

border-color css

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

 span { border-color: rgb(200,22,63); }

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