Html Css Color HEX #C8162E Cardinal

📋 copy color: '#C8162E'

red 200 ◦ green 22 ◦ blue 46

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

Shades of Cardinal #C8162E

Tints of Cardinal #C8162E

RGB

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

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

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

R = 74.63%
G = 8.21%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8162E (or 0xC8162E) is known color: Cardinal. HEX triplet: C8, 16 and 2E. RGB value is (200,22,46). Sum of RGB (Red+Green+Blue) = 200+22+46=268 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.63% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 200 - color contains mainly: red. Hex color #C8162E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8162E is #37E9D1. Grayscale: #4E4E4E. Windows color (decimal): -3664338 or 3020488. OLE color: 3020488.

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

Color convert

RGB 200 22 46 -
CMYK 0 0.89 0.77 0.22
HSL 351.91º 0.8% 0.44% -
HSV(B) 351.91º 0.89% 0.78% -
XYZ 24.6 13.05 3.81 -
YUV 77.96 109.97 215.05 -
System Red Green Blue C M Y K H S L
Decimal 200 22 46 0 0.89 0.77 0.22 351.91 0.8 0.44
Hex C8 16 2E 0 59 4D 16 160 50 2C
Octal 310 26 56 0 131 115 26 540 120 54
Binary 11001000 10110 101110 0 1011001 1001101 10110 101100000 1010000 101100

Color Harmonies of #C8162E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8162E

Black with #C8162E

Text Example


Text Example

White with #C8162E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8162E; }

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

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

background-color css

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

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

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

border-color css

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

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

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