Html Css Color HEX #C8144A Cardinal

📋 copy color: '#C8144A'

red 200 ◦ green 20 ◦ blue 74

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

Shades of Cardinal #C8144A

Tints of Cardinal #C8144A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.17%

R = 68.03%
G = 6.8%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C8144A (or 0xC8144A) is known color: Cardinal. HEX triplet: C8, 14 and 4A. RGB value is (200,20,74). Sum of RGB (Red+Green+Blue) = 200+20+74=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8144A is #37EBB5. Grayscale: #4F4F4F. Windows color (decimal): -3664822 or 4854984. OLE color: 4854984.

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

Color convert

RGB 200 20 74 -
CMYK 0 0.9 0.63 0.22
HSL 342º 0.82% 0.43% -
HSV(B) 342º 0.9% 0.78% -
XYZ 25.31 13.27 7.71 -
YUV 79.98 124.63 213.61 -
System Red Green Blue C M Y K H S L
Decimal 200 20 74 0 0.9 0.63 0.22 342 0.82 0.43
Hex C8 14 4A 0 5A 3F 16 156 52 2B
Octal 310 24 112 0 132 77 26 526 122 53
Binary 11001000 10100 1001010 0 1011010 111111 10110 101010110 1010010 101011

Color Harmonies of #C8144A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8144A

Black with #C8144A

Text Example


Text Example

White with #C8144A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8144A; }

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

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

background-color css

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

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

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

border-color css

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

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

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