Html Css Color HEX #C8144E Cardinal

📋 copy color: '#C8144E'

red 200 ◦ green 20 ◦ blue 78

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

Shades of Cardinal #C8144E

Tints of Cardinal #C8144E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.71%

 BLUE value IS 78 (30.86% from 255) = 26.17%

R = 67.11%
G = 6.71%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C8144E (or 0xC8144E) is known color: Cardinal. HEX triplet: C8, 14 and 4E. RGB value is (200,20,78). Sum of RGB (Red+Green+Blue) = 200+20+78=298 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.11% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 200 - color contains mainly: red. Hex color #C8144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C8144E is #37EBB1. Grayscale: #505050. Windows color (decimal): -3664818 or 5117128. OLE color: 5117128.

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

Color convert

RGB 200 20 78 -
CMYK 0 0.9 0.61 0.22
HSL 340.67º 0.82% 0.43% -
HSV(B) 340.67º 0.9% 0.78% -
XYZ 25.44 13.33 8.44 -
YUV 80.43 126.63 213.28 -
System Red Green Blue C M Y K H S L
Decimal 200 20 78 0 0.9 0.61 0.22 340.67 0.82 0.43
Hex C8 14 4E 0 5A 3D 16 155 52 2B
Octal 310 24 116 0 132 75 26 525 122 53
Binary 11001000 10100 1001110 0 1011010 111101 10110 101010101 1010010 101011

Color Harmonies of #C8144E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8144E

Black with #C8144E

Text Example


Text Example

White with #C8144E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8144E; }

 p { color: rgb(200,20,78); }

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

background-color css

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

 a { background-color: rgb(200,20,78); }

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

border-color css

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

 span { border-color: rgb(200,20,78); }

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