Html Css Color HEX #C8112E Cardinal

📋 copy color: '#C8112E'

red 200 ◦ green 17 ◦ blue 46

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

Shades of Cardinal #C8112E

Tints of Cardinal #C8112E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.46%

 BLUE value IS 46 (18.36% from 255) = 17.49%

R = 76.05%
G = 6.46%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8112E (or 0xC8112E) is known color: Cardinal. HEX triplet: C8, 11 and 2E. RGB value is (200,17,46). Sum of RGB (Red+Green+Blue) = 200+17+46=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C8112E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8112E is #37EED1. Grayscale: #4B4B4B. Windows color (decimal): -3665618 or 3019208. OLE color: 3019208.

HSL color Cylindrical-coordinate representation of color #C8112E: hue angle of 350.49º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8112E is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 17 46 -
CMYK 0 0.92 0.77 0.22
HSL 350.49º 0.84% 0.43% -
HSV(B) 350.49º 0.92% 0.78% -
XYZ 24.51 12.88 3.78 -
YUV 75.02 111.63 217.14 -
System Red Green Blue C M Y K H S L
Decimal 200 17 46 0 0.92 0.77 0.22 350.49 0.84 0.43
Hex C8 11 2E 0 5C 4D 16 15E 54 2B
Octal 310 21 56 0 134 115 26 536 124 53
Binary 11001000 10001 101110 0 1011100 1001101 10110 101011110 1010100 101011

Color Harmonies of #C8112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8112E

Black with #C8112E

Text Example


Text Example

White with #C8112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8112E; }

 p { color: rgb(200,17,46); }

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

background-color css

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

 a { background-color: rgb(200,17,46); }

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

border-color css

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

 span { border-color: rgb(200,17,46); }

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