Html Css Color HEX #C8163E Cardinal

📋 copy color: '#C8163E'

red 200 ◦ green 22 ◦ blue 62

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

Shades of Cardinal #C8163E

Tints of Cardinal #C8163E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.83%

R = 70.42%
G = 7.75%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8163E (or 0xC8163E) is known color: Cardinal. HEX triplet: C8, 16 and 3E. RGB value is (200,22,62). Sum of RGB (Red+Green+Blue) = 200+22+62=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 22 (8.98% from 255 or 7.75% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8163E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8163E is #37E9C1. Grayscale: #4F4F4F. Windows color (decimal): -3664322 or 4069064. OLE color: 4069064.

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

Color convert

RGB 200 22 62 -
CMYK 0 0.89 0.69 0.22
HSL 346.52º 0.8% 0.44% -
HSV(B) 346.52º 0.89% 0.78% -
XYZ 24.98 13.2 5.79 -
YUV 79.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 200 22 62 0 0.89 0.69 0.22 346.52 0.8 0.44
Hex C8 16 3E 0 59 45 16 15B 50 2C
Octal 310 26 76 0 131 105 26 533 120 54
Binary 11001000 10110 111110 0 1011001 1000101 10110 101011011 1010000 101100

Color Harmonies of #C8163E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8163E

Black with #C8163E

Text Example


Text Example

White with #C8163E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8163E; }

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

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

background-color css

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

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

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

border-color css

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

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

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