Html Css Color HEX #C6143C Cardinal

📋 copy color: '#C6143C'

red 198 ◦ green 20 ◦ blue 60

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

Shades of Cardinal #C6143C

Tints of Cardinal #C6143C

RGB

 RED value IS 198 (77.73% from 255) = 71.22%

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

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 71.22%
G = 7.19%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C6143C (or 0xC6143C) is known color: Cardinal. HEX triplet: C6, 14 and 3C. RGB value is (198,20,60). Sum of RGB (Red+Green+Blue) = 198+20+60=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C6143C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6143C is #39EBC3. Grayscale: #4D4D4D. Windows color (decimal): -3795908 or 3937478. OLE color: 3937478.

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

Color convert

RGB 198 20 60 -
CMYK 0 0.90 0.70 0.22
HSL 346.52º 0.82% 0.43% -
HSV(B) 346.52º 0.9% 0.78% -
XYZ 24.35 12.83 5.47 -
YUV 77.78 117.97 213.75 -
System Red Green Blue C M Y K H S L
Decimal 198 20 60 0 0.90 0.70 0.22 346.52 0.82 0.43
Hex C6 14 3C 0 5A 46 16 15B 52 2B
Octal 306 24 74 0 132 106 26 533 122 53
Binary 11000110 10100 111100 0 1011010 1000110 10110 101011011 1010010 101011

Color Harmonies of #C6143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6143C

Black with #C6143C

Text Example


Text Example

White with #C6143C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6143C; }

 p { color: rgb(198,20,60); }

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

background-color css

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

 a { background-color: rgb(198,20,60); }

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

border-color css

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

 span { border-color: rgb(198,20,60); }

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