Html Css Color HEX #C8143A Cardinal

📋 copy color: '#C8143A'

red 200 ◦ green 20 ◦ blue 58

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

Shades of Cardinal #C8143A

Tints of Cardinal #C8143A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.86%

R = 71.94%
G = 7.19%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8143A (or 0xC8143A) is known color: Cardinal. HEX triplet: C8, 14 and 3A. RGB value is (200,20,58). Sum of RGB (Red+Green+Blue) = 200+20+58=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C8143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8143A is #37EBC5. Grayscale: #4E4E4E. Windows color (decimal): -3664838 or 3806408. OLE color: 3806408.

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

Color convert

RGB 200 20 58 -
CMYK 0 0.9 0.71 0.22
HSL 347.33º 0.82% 0.43% -
HSV(B) 347.33º 0.9% 0.78% -
XYZ 24.83 13.09 5.22 -
YUV 78.15 116.63 214.91 -
System Red Green Blue C M Y K H S L
Decimal 200 20 58 0 0.9 0.71 0.22 347.33 0.82 0.43
Hex C8 14 3A 0 5A 47 16 15B 52 2B
Octal 310 24 72 0 132 107 26 533 122 53
Binary 11001000 10100 111010 0 1011010 1000111 10110 101011011 1010010 101011

Color Harmonies of #C8143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8143A

Black with #C8143A

Text Example


Text Example

White with #C8143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8143A; }

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

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

background-color css

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

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

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

border-color css

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

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

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