Html Css Color HEX #C8143B Cardinal

📋 copy color: '#C8143B'

red 200 ◦ green 20 ◦ blue 59

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

Shades of Cardinal #C8143B

Tints of Cardinal #C8143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 71.68%
G = 7.17%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C8143B (or 0xC8143B) is known color: Cardinal. HEX triplet: C8, 14 and 3B. RGB value is (200,20,59). Sum of RGB (Red+Green+Blue) = 200+20+59=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8143B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C8143B is #37EBC4. Grayscale: #4E4E4E. Windows color (decimal): -3664837 or 3871944. OLE color: 3871944.

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

Color convert

RGB 200 20 59 -
CMYK 0 0.9 0.70 0.22
HSL 347º 0.82% 0.43% -
HSV(B) 347º 0.9% 0.78% -
XYZ 24.86 13.1 5.36 -
YUV 78.27 117.13 214.83 -
System Red Green Blue C M Y K H S L
Decimal 200 20 59 0 0.9 0.70 0.22 347 0.82 0.43
Hex C8 14 3B 0 5A 46 16 15B 52 2B
Octal 310 24 73 0 132 106 26 533 122 53
Binary 11001000 10100 111011 0 1011010 1000110 10110 101011011 1010010 101011

Color Harmonies of #C8143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8143B

Black with #C8143B

Text Example


Text Example

White with #C8143B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8143B; }

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

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

background-color css

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

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

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

border-color css

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

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

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