Html Css Color HEX #C6143F Cardinal

📋 copy color: '#C6143F'

red 198 ◦ green 20 ◦ blue 63

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

Shades of Cardinal #C6143F

Tints of Cardinal #C6143F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 22.42%

R = 70.46%
G = 7.12%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C6143F (or 0xC6143F) is known color: Cardinal. HEX triplet: C6, 14 and 3F. RGB value is (198,20,63). Sum of RGB (Red+Green+Blue) = 198+20+63=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C6143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6143F is #39EBC0. Grayscale: #4E4E4E. Windows color (decimal): -3795905 or 4134086. OLE color: 4134086.

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

Color convert

RGB 198 20 63 -
CMYK 0 0.90 0.68 0.22
HSL 345.51º 0.82% 0.43% -
HSV(B) 345.51º 0.9% 0.78% -
XYZ 24.44 12.86 5.9 -
YUV 78.12 119.47 213.5 -
System Red Green Blue C M Y K H S L
Decimal 198 20 63 0 0.90 0.68 0.22 345.51 0.82 0.43
Hex C6 14 3F 0 5A 44 16 15A 52 2B
Octal 306 24 77 0 132 104 26 532 122 53
Binary 11000110 10100 111111 0 1011010 1000100 10110 101011010 1010010 101011

Color Harmonies of #C6143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6143F

Black with #C6143F

Text Example


Text Example

White with #C6143F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6143F; }

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

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

background-color css

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

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

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

border-color css

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

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

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